append_rows
Append rows of data after the last row with content in a Google Sheet. Add log entries or new records without needing the exact row number.
Instructions
Append rows of data after the last row with content in a sheet. Useful for adding log entries or new records without knowing the exact row number.
Args: spreadsheet_id: The ID of the spreadsheet sheet: Sheet/tab name values: List of rows, each row is a list of cell values. Example: [["Alice", 30, "Seoul"], ["Bob", 25, "Busan"]]
Returns: The range where data was appended and number of rows added
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| sheet | Yes | ||
| values | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |