I want to get the data in a format that I can use the output to map to another.
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?
I want to get the data in a format that I can use the output to map to another.
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.
In your HTTP module settings “Parse response” field, select “Yes” (It is No by default)
This will allow you to map the response collection in other modules.