Can only access one element in data retrieved from webhook

Hi i have the following make i am testing:


The webhook retrieves a large section of data and contains two entries under line items for the order created in shopify, however when the file is generated it only has an entry for the first product line not the second. This is how i am accessing the data in the csv module, i am doing something incorrectly?

Welcome to the Make community!

You’ll need to use the built-in functions map and join to combine multiple values in an array into a single string value.

For more information, see

3 Likes

Amazing thank you, i assumed there was some sort of loop module for this and the document pointed me at the Flow Control - Iterator module, which has done the job.

1 Like