batch_update_rows
Update up to 200 rows in a Baserow table at once by providing row IDs and the fields to change.
Instructions
Update multiple rows at once (up to 200). Each item must include an 'id' field with the row ID, plus any fields to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of row objects. Each MUST have an "id" field. Example: [{"id": 1, "Status": "Done"}, {"id": 2, "Status": "Pending"}] | |
| table_id | Yes | The table ID. |