Hi All,
I am new to Dataverse and had set up the Dataflow to load the Dataverse Table from SQL Server. I have set up the Incremental refresh on that Dataflow for 1 day using the Date field that is updated in the SQL Server. So , any records that are updated in SQL server in last 1 day are loaded but it creates the new record rather than editing the existing one. e.g. In My_Customer Table if the Address of the customer_100 is updated in SQL server yesterday, then it should update the existing record for that customer in Dataverse My_Customer Table not adding a new record.
Is it possible in Dataverse table to just update the records and avoiding the duplicate entries ?
NOTE: this Dataflow is in PowerApps not Power BI
Thank you in advance for any ideas/solutions.