Skip to main content
createRecord creates one Airtable record and returns the value Airtable stored. Use it when later actions need the provider-assigned record 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 cannot make an incompatible value valid.