Hi,
I’m getting stuck with the JS code. Basically I’m getting single line of order from WooCommerce, counting the quantity of products for this line and creating number of rows in Google Sheets that equals the quantity.
In order to do this I’ve created Code block that should return line items that can be used later to create Google Sheet record.
My code is here:
The test runs gives such output :
However in following step - creating Google Sheets record - I’m not getting Line item support:
only separete lines. So runnig this zap will create only one row in Google Sheet.
What am I doing wrong?