Source Providers

Airtable

Content Source based on Airtable apps.

The Airtable Source feeds data from Airtable platform. Based on the multi-instance source workflow it allows connecting to multiple accounts with different configurations.


Settings

The source settings determines the content structure, every time the instance is saved the structure will be regenerated.

Google Sheet Instance Configuration
SettingDescriptionRequired
AccountThe Airtable Account which to authenticate with.
BaseThe Airtable base which to retrieve the data from.
TableThe Airtable base table which data to create the source with.

The following settings are common to all source instances.

Source Instance Common Settings
SettingDefaultDescription
NameAirtableThe name that will identify this source instance.
Default Cache Time3600The default duration in seconds before the cache is renewed, set to 0 to disable caching. This setting can be overriden in each query configuration.

Content Structure

Be cautious, changing certain settings of an instance might affect it content structure and break existing content mappings.


Authentication

Authentication is based on the Airtable Personal Access Token driven by the Airtable Token Driver.

Airtable Access Token Driver

Content Queries

For every source instance the following content queries will be made available as Dynamic Content option.

Record Query

Fetches a single record from the Airtable base table and resolves to a dynamically generated list of record type based on the table schema.

SettingDefaultDescription
Record IDThe ID of the record to query.
Cache3600The duration in seconds before the cache is invalidated and the query re-executed.

Records Query

Fetches a single record from the Airtable base table and resolves to a dynamically generated list of record type based on the table schema.

SettingDefaultDescription
ViewOptional table view to use instead of a raw query.
Start1The offset applied to the query.
Quantity20The limit applied to the query.
Cache3600The duration in seconds before the cache is invalidated and the query re-executed.
Previous
Database