I am currently trying to move data incrementally from SharePoint Online Folder to Azure BLOB storage. I have been able to set the configuration using Azure Logic App.
There is an event-based trigger when a file is created in a SharePoint folder which starts the entire flow and moves to the Blob storage. The works fine.
But for subsequent flows such as incremental if the files will be uploaded daily, I have tried configuring to get the metadata for the SharePoint folder for the LastModified date. But it doesn’t have that much functionality as ADF when performing incremental copy.
I will appreciate any guidence on how to acheive this without needing to use ADF as it will require a lot of configuration to use on SharePoint folder and doesn’t give me the necessary flexibility.
I have also attached an image of what have been done so far, which does a full copy all the time.
Thanksenter image description here
I have tried configuring to get the metadata for the SharePoint folder for the LastModified date. But it doesn’t have that much functionality as ADF when performing incremental copy.