Short answer: Drop the "Airtable → Search Records" 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 | 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.
Triggered by anything in the catalog. Free tier available. No credit card.