Skip to main content

Airtable Actions & Triggers in Workflows (Premium)

Use Airtable premium triggers and actions in Kyrios workflows to automatically create, find, update, or sync Airtable records with real-time business processes.

Updated over 2 months ago

Who This Is For / When to Use

This feature is for teams that need Kyrios workflows to interact directly with Airtable for structured data syncing, record automation, or event-based triggers without manual updates.

Use this when:

  • Airtable is your source of truth for structured data

  • You want workflows triggered by Airtable changes

  • You need to write Kyrios data into Airtable automatically

What Airtable Supports in Kyrios Workflows

Supported Triggers (Premium)

  • New Record Created

  • Record Updated

Triggers use polling and check Airtable every 5 minutes.

Supported Actions (Premium)

  • Create Record

  • Find Record

  • Update Record

  • Delete Record

How to Add an Airtable Action to a Workflow

Step 1: Add an Airtable Action

  1. Open a workflow.

  2. Click + Add Action.

  3. Search for Airtable.

  4. Select the required action (Create, Find, Update, or Delete).

Step 2: Connect Your Airtable Account

When using Airtable for the first time in a workflow:

  1. Click Connect Now.

  2. Authorize Airtable access.

If prompted to connect a base:

Step 3: Configure the Action

After connecting:

  1. Select the Base.

  2. Select the Table.

  3. Map Airtable fields using static values or workflow custom values.

  4. Click Save Action.

How to Add an Airtable Trigger

Step 1: Add a Trigger

  1. Create a new workflow.

  2. Choose Airtable as the trigger source.

  3. Select New Record Created or Record Updated.

Step 2: Apply Filters (Recommended)

Filter by:

  • Base

  • Table

  • Optional field-level conditions

This prevents unnecessary workflow executions.

Step 3: Test the Trigger

  1. Click Test Trigger.

  2. Confirm sample data is returned.

  3. Save the trigger.

Example Workflow Patterns

Example 1: Notify a Team When a New Airtable Record Is Created

Trigger: New Record Created

Actions:

  1. Find Record

  2. Internal Notification

Example 2: Sync Kyrios Data to Airtable

Trigger: Form Submitted / Contact Updated

Logic:

  • Find Record by email or ID

  • If found → Update Record

  • If not found → Create Record

Example 3: AI-Powered Task Creation from Airtable Data

Trigger: Airtable New Record
Actions:

  1. GPT Action (generate summary or task description)

  2. Create Task

This is commonly used for content planning, project briefs, or campaign workflows.

How Airtable Triggers Work (Important)

  • Airtable triggers use polling

  • Kyrios checks Airtable every 5 minutes

  • Triggers are not instant but are reliable and system-safe

Common Issues and Fixes

Trigger Does Not Fire

  • Confirm records were created after the trigger was saved

  • Ensure base and table filters are correct

  • Verify the Airtable connection is active

Update Record Fails

  • Always run Find Record first

  • Use a unique identifier (email, record ID)

  • Ensure mapped fields match Airtable field types

Workflow Runs Too Often

  • Add filters to the Airtable trigger

  • Narrow down base/table scope

Pricing & Limits

  • Airtable triggers and actions are Premium

  • Each execution may count toward workflow usage

  • Airtable free plans are supported, but large datasets may require paid Airtable plans

Did this answer your question?