- Integrations
- /
- Airtable
Airtable
A spreadsheet with relational-database guts
Airtable sits in a peculiar middle ground: it acts like a spreadsheet but behaves like a relational database, complete with linked records, formula fields, and rollups. On Tiny Command, both halves of that personality are exposed. Record Created and Record Updated fire within seconds of a change in any base you've authorized. The action side covers the lifecycle: Create Record, Update Record, Get Record, Delete Record, plus List Records, Search Records (with the same formula syntax Airtable uses in views), List Tables, List Bases, and Get Base Schema for when a workflow needs to discover what fields exist. The integration honors Airtable's field types end to end, so a Linked Record field comes through as a real ID reference, not a string. Common use: a form submission lands in Airtable as a new record, an AI step enriches it, a Slack message links back, and a Notion page is mirrored from the row.
Workflows start when Airtable does.
2 real-time triggers, each backed by a webhook subscription. Events arrive within seconds and you don't have to set up polling.
Fires when a new record is created in an Airtable base. The standard inbound hook for syncing Airtable into other systems, AI enrichment, or notification flows.
Fires when a record is updated in an Airtable base. Combine with a field filter to react only on changes you care about (e.g. Status moves to Approved).
Do anything Airtable can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Create Record | Creates a new record (row) in an Airtable table with the supplied field values. Field names must match the table's schema exactly (case-sensitive). |
| Delete Record | Permanently deletes a record from an Airtable table by ID. Irreversible; consider toggling a Status field instead. |
| Get Base Schema | Retrieves the table and field schema for an Airtable base, including field types and options. Used to dynamically populate column pickers and to validate field names before writes. |
| Get Record | Retrieves a single record by its ID from an Airtable table, returning all of its field values. The standard read after a trigger fires. |
| List Bases | Lists all bases accessible to the authenticated user with name and permission level. Used to populate a base picker before drilling into tables. |
| List Records | Retrieves records from an Airtable table with optional filterByFormula, sort, fields, and view scoping. The workhorse read action for batch ops and exports. |
| List Tables | Lists all tables and their fields in an Airtable base. Used to dynamically populate table and column pickers. |
| Search Records | Searches records in an Airtable table using a filterByFormula expression. The right tool for upsert lookups by email or for cohort queries. |
| Update Record | Updates fields on an existing Airtable record. Only the fields you pass are changed; others are preserved. Field names must match the table schema exactly (case-sensitive). |
Pre-built Airtable workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Airtable once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Airtable field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the Airtable integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Airtable to Tiny Command?
What Airtable triggers does Tiny Command support?
What Airtable actions can I run from a workflow?
Is the Airtable integration real-time?
Do I need to write code to use Airtable with Tiny Command?
How much does the Airtable integration cost?
More spreadsheets & databases apps people connect.
Same category as Airtable, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Airtable.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.