Skip to content
Spreadsheets & DatabasesReal-timeUpdated May 2026

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.

2triggers
9actions
≈ 2 minto set up
Freetier · no card
Triggers

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.

Real-time · webhook-driven
Actions

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.

ActionWhat it does
Create RecordCreates 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 RecordPermanently deletes a record from an Airtable table by ID. Irreversible; consider toggling a Status field instead.
Get Base SchemaRetrieves 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 RecordRetrieves a single record by its ID from an Airtable table, returning all of its field values. The standard read after a trigger fires.
List BasesLists all bases accessible to the authenticated user with name and permission level. Used to populate a base picker before drilling into tables.
List RecordsRetrieves records from an Airtable table with optional filterByFormula, sort, fields, and view scoping. The workhorse read action for batch ops and exports.
List TablesLists all tables and their fields in an Airtable base. Used to dynamically populate table and column pickers.
Search RecordsSearches records in an Airtable table using a filterByFormula expression. The right tool for upsert lookups by email or for cohort queries.
Update RecordUpdates 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).
Recipes

Pre-built Airtable workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Airtable once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Airtable field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

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?
Open the Tiny Command workflow builder, drop in a Airtable node, and click Connect. Authorize Airtable once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Airtable triggers does Tiny Command support?
Tiny Command supports 2 real-time Airtable triggers, including "New Record", "Record Updated". Each trigger fires within seconds of the event happening in Airtable.
What Airtable actions can I run from a workflow?
9 Airtable actions are available out of the box, covering spreadsheets & databases operations like "Create Record". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Airtable integration real-time?
Yes. New Record and every other Airtable trigger uses webhooks or push subscriptions, so workflows fire within seconds of the event in Airtable rather than on a polling schedule.
Do I need to write code to use Airtable with Tiny Command?
No. Every Airtable trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Airtable API endpoint directly.
How much does the Airtable integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Airtable integration itself has no per-app surcharge.
Related

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.