Hi all!
I have two lists in SharePoint and want them to sync in dataverse. What is the flow for that, and the procedure
Hi @AshwinSanta ,
If you are doing a one-way synchronization from SharePoint list to Dataverse, I would look at Dataflows. Here is an older article referencing this approach (https://thattechiegirlroma.wordpress.com/2021/08/26/move-sharepoint-list-data-to-dataverse/)
If you need two-way synchronization between the two then I would probably start with Microsoft Power Automate which can easily connect to both. You would have two flows with one based on triggers in the SharePoint list (When an item is created or modified) and (When an item is deleted) to capture these events and send the data to Dataverse.
Same type of thing on the Dataverse triggers when sending information to SharePoint. There are similar triggers on that side...
NOTE: You will want to utilize something like the user who updated the record to make sure not the service principal you are running the flows under so you don't get into an infinite loop triggering back and forth.
mmbr1606
22
Super User 2025 Season 1
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1