sheets_append
Append rows to a Google Sheet after the last row with data. Provide account, spreadsheet ID, range, and a 2D array of values to add.
Instructions
Append rows to a Google Sheet after the last row with data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | Sheet name or range to append to, e.g. "Sheet1". | |
| values | Yes | 2D array of rows to append. | |
| account | Yes | Account id. | |
| spreadsheet_id | Yes | Spreadsheet ID. |