append_rows
Append rows to the last row of a spreadsheet tab. Supports literal or formula interpretation; use dry run to preview without making changes.
Instructions
Append rows after the last row of a tab of a spreadsheet (item). Non-destructive.
value_input RAW (default) stores cell text literally; 'USER_ENTERED' interprets formulas/typed
values. dry_run=true returns where the rows would land (predicted) without appending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | Yes | ||
| item | Yes | ||
| rows | Yes | ||
| dry_run | No | ||
| value_input | No | RAW |