Copy folder with files from Sharepoint to Blob Storage

Prajapati, Hridesh [L&T Infotech] 6 Reputation points
2021-09-06T11:48:45.683+00:00

I want to copy folder along with files from Sharepoint to Blob storage

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,839 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,471 Reputation points
    2021-09-07T04:52:03.097+00:00

    @Prajapati, Hridesh [L&T Infotech] Logic app have Sharepoint connector and Azure blob connector that you can use in your workflow to achive your requirement.
    The workflow will be : Logic app trigger --> Get files (properties only) --> loop in through result --> check condition if the item is not folder --> Get file content --> Create Blob v2

    For you reference attaching the code view and screeshot of the workflow. You can modify it according to your need.

    129746-image.png

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    2 people found this answer helpful.