Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,403 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm looking for suggestion how to extract the data from csv array between two values in the Logic App.
I would like to retrieve line 2 and 3 (Text,2..... and Text,3...) together.
Hi, Do you have a pattern for the data you want to extract? like field1 value = X?
you can try something with the filter Array :
or
if you just want to trim, you can use skip:
skip(variables('MyArray'),1)