append_table_rows
Append dictionary rows to a worksheet by matching keys to headers, with dry-run and structure-change options for safe data addition.
Instructions
Append dictionary-shaped rows by matching worksheet headers on a worksheet dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| dry_run | No | ||
| filepath | Yes | ||
| header_row | No | ||
| sheet_name | Yes | ||
| include_changes | No | ||
| allow_structure_change | No | ||
| expected_structure_token | No |