I've set up a scheduled workflow aiming to synchronise data between OneDrive and a SharePoint list. While the initial data flow is successful, subsequent refresh attempts fail due to pre-existing data in the SharePoint list. Could you assist in ensuring the uniqueness of the list remains undisturbed?
Loading
Jayraj ChhayaPosted Mar 7, 2024, 6:04 AM
You can implement a check within your Power Automate flow before adding or updating list items. Here's a high-level approach using Power Automate:
By incorporating this logic into your Power Automate flow, you can handle duplicate values gracefully and ensure the synchronization process runs smoothly without disrupting the uniqueness of the SharePoint list.