Automate Airtable base operations
airtable-automationskillsetup L2★3,035
davepoon/buildwithclaude ↗What it does
Create, update, and filter Airtable records via structured formulas
Best for
Syncing databases or bulk-importing records into Airtable when you need typecast and pagination safety with formula-based filtering
Inputs
- · base ID
- · table name/ID
- · record data
- · filter formula
- · field mapping
Outputs
- · created/updated record IDs
- · filtered record list
- · schema inspection results
Requires
- · Rube MCP
- · Composio Airtable toolkit
Preconditions
Rube MCP connected; Airtable connection ACTIVE; field names match schema exactly (case-sensitive)
Failure modes
Invalid base/table ID format; field names case-mismatch (422 UNKNOWN_FIELD_NAME); malformed formula syntax; 10-record batch limit exceeded
Trust signals
- · Airtable formula syntax documented
- · batch operation limits explicit
- · ID format reference (17 chars, prefixes)
- · pagination pattern shown