Update record
update_recordUpdate specific fields in an existing Airtable record, leaving other fields unchanged. Provide the record ID and the field values to modify.
Instructions
Update fields on an existing Airtable record. Only the provided fields change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name or ID. | |
| fields | Yes | Field name to value map of the columns to change. | |
| recordId | Yes | Record ID (starts with rec). |