add_rows
Add multiple rows to a WiseGrid sheet using column ID keys, with per-row validation results and success/failure counts for up to 2000 rows.
Instructions
Add rows to a sheet. Each item is a dict of cells keyed by column ID (as a string), e.g. {"101": "Acme Corp", "102": "2026-09-01"}.
Partial success: the response reports per-row results plus succeededCount and failedCount, so some rows can land while others fail validation. Maximum 2000 rows per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| sheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||