Skip to main content
airtable.createRecord creates a record and returns Airtable’s stored value, including the provider-assigned ID.

Example

automations/create-airtable-record.automation.ts

Inputs

Output

Returns the created record with id, createdTime, and fields. Unknown fields, invalid values, and insufficient table permissions fail with Airtable’s provider error. typecast enables Airtable’s normal coercion but can’t make an incompatible value valid.