How to retrieve from csv array

Moonchaser 41 Reputation points
2023-03-09T20:04:03.6133333+00:00

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.

User's image

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
1,981 questions
No comments
{count} votes

Accepted answer
  1. Bruno Lucas 4,126 Reputation points MVP
    2023-03-10T04:21:42.26+00:00

    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 :

    User's image

    More info here

    or

    if you just want to trim, you can use skip:

    skip(variables('MyArray'),1)

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful