Hi,
I would like to find out the best way to edit the top row of my CSV file within a Logic App?
Basically to execute a string replace function that only replaces the string from the top row of the CSV file.
Many thanks
Mats
Hi,
I would like to find out the best way to edit the top row of my CSV file within a Logic App?
Basically to execute a string replace function that only replaces the string from the top row of the CSV file.
Many thanks
Mats
@Matsetse-3218 There isn't any built-in connector available that can achieve this. So your options would be to either
Use the Inline Code action (with a JS snippet to make the change)
Call an Azure Function from Logic Apps that performs the required change
11 people are following this question.