whitemole0xW
BuildShip2y ago
6 replies
whitemole0x

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 😦
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.
image.png
Was this page helpful?