Add Spreadsheet Row
Writes a row to Google Sheets
Note: Writes to Google Sheets are batched and will occur every 5 minutes and when the flow finishes, not when the command runs
- Google Sheet to write to
- Values of the output row
- Each field represents a separate column
There are two ways to export the output:
- Writing to a Google Sheet
- Click the "Download CSV" button in the Output tab of the console
When Browserflow sends rows to Google Sheets to be appended, Google Sheets uses the first column of the sheet to determine where to add the rows. Please note that if the first column is empty, Google Sheets will overwrite existing rows rather than appending new rows. You can fix this by reordering the columns so that when a row is populated, the first column for that row has a value.
Last modified 4mo ago