Search code examples
sharepointazure-logic-appsazure-logic-app-standard

Copy Data - SharePoint Sites to Azure Blob using Logic Apps


Able to copy all the folders, files and data from SharePoint Sites to Azure Blob storage using Logic Apps.

enter image description here


Solution

  • To get all lists and files use below connector:

    enter image description here

    Then: enter image description here

    Then:

    enter image description here

    If you want to copy files from a particular list:

    enter image description here

    Give list name like below:

    enter image description here

    enter image description here

    If you want a particular folder files :

    enter image description here

    You need to give list name "/" slash and then folder name to get files of the particular folder.