search_records
Locate specific records in an Airtable table by searching within a designated field using base ID, table name, and search value to retrieve relevant data.
Instructions
Search for records in a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_id | Yes | ID of the base | |
field_name | Yes | Name of the field to search in | |
table_name | Yes | Name of the table | |
value | Yes | Value to search for |