Hey everyone ![]()
Total beginner here so sorry if this is obvious lol.
I have a small customized digital art shop. When someone orders, Shopify sends the data into n8n, and then n8n sends it into Google Sheets so I can process it later.
Issue:
If a customer buys more than one item in the same order, only the first item gets added to the sheet.
So if someone buys:
-
A artwork
-
B artwork
-
C artwork
Only A artwork shows up in the sheet.
Same thing if someone buys 2 of the same artwork — I only get one row, so I have no idea I need to make two ![]()
What I want:
Every single item in the order should become its own row in Google Sheets. Even if they bought multiples of the same thing.
Question:
How do I loop through all the line items from a Shopify order in n8n and write each one to the sheet?
Do I use Split In Batches? Item Lists? Something else?
Looking for the simplest explanation possible please — still learning ![]()
Thanks in advance!!