Search code examples
azuresharepointazure-logic-appsazure-data-lake

Logic Apps (from Azure Data Lake to Share Point)


I need to copy csv file from Azure Data Lake Blob Container to Share Point document library. I've tried to create Azure Logic Apps but I can't select columns from variable to create csv. Do you have an idea how to select columns or other way to copy csv file from ADL to SharePoint?

enter image description here


Solution

  • As I' not so clear about the details of your requirement, so I can just provide suggestions based on your description. You mentioned select columns from variable to create csv, please refer to my sample of select columns from variable(array) to create csv.

    In my logic app, I have a variable which store the array like below screenshot:

    enter image description here

    If I just want to create csv with one column name and remove column mail, we can use "Select" to select the column name like below screenshot.

    enter image description here

    Then use "Create CSV table" to create the csv.

    enter image description here