How do I concatenate array with value of string variable in Logic App

Javier Guzman 81 Reputation points
2022-12-02T00:26:10.963+00:00

1.- I initialize one string variable (Product_line)
2.- Assign this variable to items from List folder in SharePoint (name of spreadsheet)

266339-image.png

3.- Made loop apply to each line by line from excel file
if you look in the Flow I create one Array that is going to increment
266296-image.png

  1. I creating a csv file where I need to concatenate the variable from second step + content of the Array on previous step
    266314-image.png

I need to know from which file each line is coming from

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
Microsoft 365 and Office SharePoint For business Windows
{count} votes

Accepted answer
  1. Anonymous
    2022-12-02T21:03:49.503+00:00

    You can do it in the Create CSV Table activity by changing the 'Columns' from Automatic to Custom and specifying all the columns as described here https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-perform-data-operations#customize-table-format

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.