I can successfully create a Flow that copies new files as they arrive into a SharePoint folder to an Azure storage container. However, my workflow has some additional requirements:
1) handle older files
2) run some custom code that sets some metadata properties on the blob
3) sync all files under the folder recursively
For #1, is this supported by Flow? Is there a way to have Flow "catch up" by copying pre-existing files from SharePoint to Blob? In essense, I want the SharePoint folder to by in synch with the blob container.
For #2, perhaps I can do this via an Azure function, that is triggers by a new blob being created. However, can this be done in Flow?
For #3, I don't know if Flow supports this.


Report
All responses (
Answers (