GetProductData formatting issues with Google Sheets

I’ve started a Scheduled Flow to run every day to grab items that have been updated and to dump them into a spreadsheet.

However, I’m having issues with the formatting. I’m It looks like it’s putting all the items into one cell. I would need each item in the same column, in sequential cells.

Is there a syntax guide for this? I’m not a coder and the Shopify Dev site is incredibly dense.

Use commas to create columns. Something like

{{ field 1 }}, {{ field2 }}

I need them in rows.

The action only adds 1 row at a time. If you need rows, then use a “For each” loop and put the Sheets action inside the loop. That will send one product at a time, assuming you are using “get product data”

Ignore. This works. I used the wrong variable.