Skip to main content
airtable.updateRecord changes one record. Merge mode changes only supplied fields. Replace mode can clear omitted writable fields.

Example

automations/update-airtable-record.automation.ts

Inputs

Output

Returns the updated AirtableRecord with id, createdTime, and fields.
mode: "replace" can clear writable fields you omit. Use merge mode unless replacing the record’s field set is intentional.