updateAirtableRecord
Update specific fields of an existing Airtable record by providing the base ID, table ID, record ID, and the field values to change.
Instructions
Updates the specified fields of an existing record in the given table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseId | Yes | ID of the Airtable base | |
| fields | Yes | Object containing column values to update for the item. Example: { "status": "Planning", "person": "1324234" } | |
| tableId | Yes | ID of the table containing the record | |
| recordId | Yes | ID of the record to update |