Logic app workflow for copy files

Sourav 120 Reputation points
2024-12-24T22:11:01.0666667+00:00

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

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,278 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.