With the Google Sheets integration step, you can inject, update or get data from Google Spreadsheets. For an overview of how it works check out this video
In order to properly work, your spreadsheet must have its first row as a header row. And all header name should be unique. This is how the block knows which column to update:
For this, you will need to set a new variable with the value “Now” before the Google Sheets block. Then you can simply use this variable in the Google Sheets block.
Google Sheets API is subject to hard limits set by Google:
Knowing that, we suggest that you limit the number of Google Sheets blocks you use in your bot. If you need to get the data from multiple sheets, we suggest that you first aggregate the data in a single sheet and then use the Google Sheets block to get the data from that single sheet.
The Google sheets block didn’t insert or update a row but was supposed to? Make sure to check the logs. If you still can’t figure out what went wrong, shoot me a message using the chat button directly in the tool 👍