updateAirtableRecord
Update specified fields of an existing Airtable record by supplying base, table, and record IDs along with a fields object.
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 |