Add Rows
add_rowsAppend multiple rows of data to the bottom of a Google Sheets tab. Provide spreadsheet URL, sheet tab name, and a 2D array of values.
Instructions
Appends rows to the bottom of a sheet tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | 2D array of rows to append | |
| sheet_name | Yes | Target sheet tab name | |
| spreadsheet | Yes | Target spreadsheet: a full Google Sheets URL (https://docs.google.com/spreadsheets/d/<ID>/edit...) or a bare spreadsheet ID |