update_records
Update one or more existing records in a NocoDB table by providing the record ID and fields to change. Supports single or batch updates.
Instructions
Update one or more existing records. Each record object must include its Id plus the fields to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | Yes | Single record object (must include Id, plus fields to change), or a list of such objects to batch-update. | |
| table_id | Yes |