Skip to main content
updateRecord changes one record. Merge mode touches only supplied fields; replace mode replaces its writable field set and can clear omitted values.

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.