sheets_values_append
Append values to the end of a specified range in a Google Sheet, automatically placing data after the last row.
Instructions
Append values after the last row of a spreadsheet range.
Input 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 |