How to add rows to a google sheet
I have an API call node that returns a list of businesses (see the JSON below).
I want to add each business to a new row in a google sheet.
Can't figure it out
I want to add each business to a new row in a google sheet.
Can't figure it out
message.txt7.23KB
Solution
Hi @whitemole0x, you can use the Sheets Add Row node. Itterate over the data array using a loop node and pass the item to the data with a incremental value for each cell.

