update_rows
Update many rows in a WiseGrid sheet by sending each row's id, version, and complete cell set. Bulk updates overwrite existing cells, not merge. Supports up to 2000 rows with individual version checks.
Instructions
Update many rows. Each item needs 'id', 'version' and 'cells'.
NOTE: unlike update_row, bulk cells OVERWRITES the row's cells rather than
merging them. Send the full cell set you want the row to end up with.
Partial success per row, version-checked individually. Max 2000.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| sheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||