You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OIC nested array item read

Summary:

What would be the best approach to read a nested array item that was returned from a REST API?

I used for-each action to narrow down to each Nested array under "data" array.

I don't know what would be the best approach to read each element in the child arrays.

My ultimate goal is to map each of the elements to a column when we build the csv file dynamically.

    "data": [

        [

            "Industrial",

            "AMER",

            "Engineered Extrusions 1",

            "1392",

            "asdasdsadasda",

            "Heat Shrink",

            "PTFE HS",

            "36499",

            "asdasdashdkjahsdas;",

            "SSC",

            "USD",

            "2022",

            "01",

            "FT",

            1.0,

            1.0,

            300.0,

            187.2,

            187.2

        ]

        [

            "Industrial",

            "AMER",

            "Engineered Extrusions 1",

            "1392",

            "asdasdasdas",

            "Heat Shrink",

            "PTFE HS",

            "93539",

            "asdasdasdasdas;",

            "SSC",

            "USD",

            "2022",

            "01",

            "FT",

            1.0,

            1.0,

            300.0,

            183.0,

            183.0

        ]


Content (required):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!