Short answer: You can search records in Airtable by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Airtable Search Records action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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 | Airtable base ID (starts with 'app') |
Table ID or Name table_id | string | Required | Table ID (starts with 'tbl') or table name |
Filter Formula query | string | Optional | Airtable formula to filter records |
Limit limit | number | Optional | Maximum results (max 50) |
{"base_id": "e.g. appABC123","table_id": "e.g. tblXXXXXXXXXXXXXX","query": "e.g. {Status} = 'Active'","limit": "{{trigger.limit}}"}
{"records": [{"id": "recABC123","fields": {"Name": "John","Email": "john@example.com"},"createdTime": "2026-01-15T10:00:00Z"}]}
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.