Hello everyone,
I’m using Make (integromat) to transfer order data from Woocommerce to Google Sheets.
I’m struggling with orders that have more than one item. When I import it to Google Shets I can see only one of the items. I would like to add all items in separate rows.
You’ll only see one item in the display to map items (star element). If you look at the output bundles of the woocommercbe download you’ll see all the other data.
Your iterator should run through the Lineitems[] array and work through each collection in the array.