Short answer: Drop the "Airtable → Create Record" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Base ID base_id | string | Required | Base ID. e.g. "appXXXXXXXXXXXXXX" |
Table Name or ID table_id | string | Required | Airtable table ID (starts with 'tbl') or the table's name. Find table IDs in the URL. |
Fields (JSON) fields | string | Required | Field values as a JSON object. Keys must match your Airtable column names exactly. |
{"base_id": "appXXXXXXXXXXXXXX","table_id": "e.g. Tasks","fields": "{\"Name\": \"New task\", \"Status\": \"To Do\", \"Assignee\": \"John\"}"}
{"id": "recNEW123","fields": {"Name": "New task","Status": "To Do","Assignee": "John"},"createdTime": "2025-01-15T12:00:00.000Z"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.