AACFlow

Airtable Connector

Sync records from an Airtable table into your knowledge base

The Airtable connector synchronizes records from an Airtable table into your knowledge base. Each record is converted to a plain-text document with field names as labels.

Authentication

OAuth — requires the following scopes:

  • data.records:read — Read record data
  • schema.bases:read — Read table schema for field name resolution

Configuration

FieldTypeRequiredDescription
BaseSelector / InputYesThe Airtable base containing your table
TableSelector / InputYesThe table to sync records from
ViewInputNoFilter records by a specific view
Title FieldInputNoField name to use as document title
Max RecordsInputNoLimit the number of synced records

How It Works

  1. Schema Fetch — The connector fetches the table schema to resolve field IDs to human-readable names
  2. Record Listing — Records are fetched from the Airtable API with pagination (100 per page)
  3. Content Generation — Each record's fields are rendered as Field Name: value lines
  4. Title Extraction — Prefers the configured title field, then falls back to common field names (Name, Title, Summary)

Document Format

Each synced document contains:

Field1: value1
Field2: value2
...

Arrays (attachments, linked records) are rendered as comma-separated lists.

Metadata Tags

TagTypeDescription
Created TimeDateWhen the record was created in Airtable

Pagination

Uses Airtable's offset parameter for cursor-based pagination. Cursor format: offset:{airtable_offset}.

Limitations

  • Maximum 100 records per API page
  • Table must be accessible with the authenticated account's permissions
  • View filtering is validated on save

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started