Does anyone have any recent guidance on the "Upsert" question? -- I'm trying to bulk update a few fields in existing records in Dynamics any avoid creating duplicates.
Does anyone have any recent guidance on the "Upsert" question? -- I'm trying to bulk update a few fields in existing records in Dynamics any avoid creating duplicates.
Hi,
Follow the below steps to update the data without creating duplicates.
This will update the existing records without creating duplicates of the record.
Hope this helps.
Thanks!
Hi jmancini77,
I recommend using the Upsert action in the CDS/CRM Destination Component found in the KingswaySoft SSIS Integration Toolkit for Microsoft Dynamics 365.
First you need to export all the data from the crm in Excel then update same Excel file and re import it in crm. It will upsert the records
or you can use Kingswaysoft tool to upsert the records