How upload SharePoint folders with LogicApps

2020-09-02T14:30:55.54+00:00

I want to know if with LogicApps I can upload an entire folder with subfolder from SharePoint to a 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,838 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,600 questions
0 comments No comments
{count} vote

Accepted answer
  1. Pramod Valavala 20,516 Reputation points Microsoft Employee
    2020-09-02T16:18:54.657+00:00

    This is possible. You would have to have start by listing files/folders in the root folder and then loop over the returned array. While looping, files can be copied into blob storage and folders could recursively call the same logic app.

    Note that to recursively call the same logic app, you will have to use the HTTP Action instead of the Logic App Action which doesn't support recursively triggering the logic app.

    Also, make note of individual connector limits for files size for which you will have to enable chunking.


0 additional answers

Sort by: Most helpful