Some collections are missing!

So I have this Shopify scenario, however, in line_items.properties, I only got 1 object while it should be 3. Does this error occur to you guys?

So, this is the input data:

As you can see, there are 3 collections. But in my google sheet module, I’m only seeing this:
Screenshot 2022-10-30 060146

Do I need to do some mapping here?

Hi @galdep, you are on the right track! :slight_smile:
The line items are stored in an array. In order to go through every object in that array you need to use the interator module. :+1:t4:

1 Like

Iterator is featured here.

2 Likes