append_rows
Add new rows below the last used row of a Google Sheets tab without overwriting existing data.
Instructions
Append rows below the last used row of a tab. Nothing is overwritten.
Args: spreadsheet_id: The long token from the spreadsheet URL. sheet_name: The tab to append to, e.g. "Sales". values: Rows of cell values, in the same column order as the sheet. value_input_option: USER_ENTERED parses formulas and dates; RAW stores literally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| sheet_name | Yes | ||
| spreadsheet_id | Yes | ||
| value_input_option | No | USER_ENTERED |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||