Update records
update_recordsUpdate Airtable records by ID, changing fields for up to ten records per call. Supports optional replace and typecast settings.
Instructions
Update up to ten records by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| baseId | Yes | ||
| records | Yes | ||
| replace | No | ||
| typecast | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| code | No | ||
| data | No | ||
| error | No | ||
| status | No |