update_record
Update existing Airtable records by specifying the base, table, record ID, and fields to modify.
Instructions
Update an existing record in a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | ID of the base | |
| table_name | Yes | Name of the table | |
| record_id | Yes | ID of the record to update | |
| fields | Yes | Record fields to update as key-value pairs |