Hi all,
I have a Dataverse Table that needs to be synchronized with a SharePoint folder within a SharePoint library (one Dataverse table per SharePoint folder). So, if a new entry is added to the Dataverse Table, that data will also be updated in a SharePoint Folder automatically.
What are some ways I could achieve this?
For context, I want to be able to if I add/remove/update a file in the folder, It automatically adds/remove/updates it on the dataverse table and vice-versa. I have two choice columns in my table that match two metadata columns for the SharePoint files.
Thanks