updateAirtableRecord
Modify existing Airtable records by updating specific field values in a table, enabling data management and synchronization through WayStation's integration platform.
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 | |
| tableId | Yes | ID of the table containing the record | |
| recordId | Yes | ID of the record to update | |
| fields | Yes | Object containing column values to update for the item. Example: { "status": "Planning", "person": "1324234" } |