append_rows
Add new rows of data to any sheet, automatically placing them after the last used row. Simply provide a list of values and optionally specify the sheet.
Instructions
Append rows after the last used row of a sheet (like adding to a table).
values is a list of rows. Omit sheet to use the active sheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | No | ||
| values | Yes | ||
| session_id | Yes |