update_rows
Batch update multiple rows in a specified SeaTable table. Provide an array of row IDs and new column values. Rejects unknown columns. Does not modify link, file, or image columns.
Instructions
Batch update rows. Rejects unknown columns. Link and file/image columns cannot be modified here — use link_rows/unlink_rows and upload_file instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Target table name | |
| updates | Yes | Array of updates, each with row_id and values |