sheets_values_append
Add new data rows to Google Sheets by appending values to the end of a specified range.
Instructions
Append values after the last row of a spreadsheet range.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheetId | Yes | The spreadsheet ID | |
| range | Yes | A1 notation range to append to | |
| valueInputOption | Yes | RAW or USER_ENTERED | |
| values | Yes | 2D array of values as JSON string |