Search records
search_recordsSearch Airtable records for a text value within a specific field, returning case-insensitive substring matches (up to 100 records).
Instructions
Find records whose given field contains a text value (case-insensitive substring match, single page of up to 100 records).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | Field to search within. | |
| table | Yes | Table name or ID. | |
| value | Yes | Text to look for inside the field. | |
| maxRecords | No | Cap on records returned (1-100). |