Logic app workflow for copy files
I am creating a workflow for copying files from SharePoint online to azure storage(adls) when a file is uploaded to SharePoint online and the status is approved.
1.Added when a SharePoint file is created or modified connector
2.Condition-
Status.Value=Approved
3.If true - Get file content (file identier)
4.Create blob (v2)
Folder path - how to pass container/folder?
Blobname- Name
Blob content - File content
There are multiple files which will be uploaded to the location, will it cause any issues if the file is processing and another file is added ?
Is there anything else I should add in the workflow to improve?
Please suggest.
Kindly don't provide generic or chatgpt response.
Thanks