append_values
Add data to Google Sheets by appending values to the next available row in a specified spreadsheet and sheet.
Instructions
Append values to the next available row in a sheet
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | The ID of the spreadsheet | |
| sheet_name | Yes | Name of the sheet to append to | |
| values | Yes | 2D array of values to append | |
| input_option | No | How to interpret input | USER_ENTERED |