What problem does it solve?
Constructing valid Airtable record filters requires knowing field IDs, select choice IDs, correct operators per field type, and how to compose nested AND/OR conditions, which is error-prone without a reference.
Core Features & Use Cases
- Operator Reference: Maps comparison operators (=, contains, hasAnyOf, isWithin, and more) to the correct Airtable field type categories.
- Field-Type Rules: Enforces choice IDs for select fields, date value objects with time zones for date fields, and fileType filters for attachments.
- Nested Logic Composition: Guides building mixed AND/OR filter trees for complex queries like "Scripted videos that are either in Writing or Pre-Production."
- Use Case: When a user asks to find all approved records or records assigned to a specific collaborator in a given status, this Skill produces a single composed filters object with the correct field IDs and operators.
Quick Start
Build the right Airtable filters for this query, including field IDs, select choice IDs, dates, and nested logic.