I want to store all of details of the orders coming in from WooCommerce to Google Sheets. Everything works until it comes down to Items. When an order is placed, in the output, there is 1 bundle, then there is an Array called Line Items , and under that there multiple Collection (1 to 32) which are different types of items, names, quantities etc. When I want to retrieve the number ((Item type × quantity)) it only returns one of the collections. I tried Array Aggregator, Iterator, and both of the combined but it only returns 1 collection of items. Anyone know how I can fix this?
Hi Aamin,
Welcome to the Make Community!
Could you check if your iterator is configured to iterate through the entire Line Items array.
If your input array only shows one product, it’s likely due to misconfiguration.
You need to map your iterator to work with each collection in Line Items [ ] and not just the first element found