Got an array, how to transfer it to make it mappable

I want to get the data in a format that I can use the output to map to another.

image

In the image, you can see the output data. I have used the HTTP module. How do I transfer like I can map the data to another module?

You can use the Parse JSON module to convert this data (JSON) into mappable values.

So map the Data in Parse JSON and it will return the mappable structure.

1 Like

In your HTTP module settings “Parse response” field, select “Yes” (It is No by default)

Screenshot_2023-12-19_141214

This will allow you to map the response collection in other modules.

1 Like