Hello,
I built a dataflow that is connected to an excel sheet that feeds data in dataverse.
I already created a key for the table and map it to the key column in my sheet and triggered the flow as it works successfully.
The problem that I am struggling with is the below:
In our excel sheet, we have updated the contact key as we need a new column called "NEWKEY" and we need to update it the same in dataverse. however, it seems that dataflow does not support the update operation. If possible, during the updates, I want to make sure we don't lose the associated records with the contacts that we're changing for them the keys since we have custom relationship tables associated with that key but as a first step, we need to update the parent table.
The main goal to achieve this is to replace the old key with the new key that I highlighted in the above screenshot with the data that already exists in dataverse.
What will be the workaround to update the contacts with the new key provided in the excel sheet?
Could you please provide an example or steps needed?
Any help is greatly appreciated.
Thank you!