Airtable automation trigger: When record matches conditions
  • 19 Jan 2024
  • 3 Minutes to read
  • Dark
    Light
  • PDF

Airtable automation trigger: When record matches conditions

  • Dark
    Light
  • PDF

Article Summary

Learn how to use the "When record matches conditions" trigger to trigger an automation to run anytime a record in a specified table matches one or more configured conditions.

Introduction

Plan availability

All plan types with varying limitations

Permissions

  • Owners/Creators - Create, delete, duplicate, configure, or rename an automation and edit an automation's description.

  • Editors - View an automation's configuration or copy an automation's URL.

Platform(s)

Web/Browser, Mac app, and Windows app

Related reading

Getting started with Airtable Automations

Considerations before using the “When record matches conditions” trigger

  • The "When a record matches conditions" trigger will run when a record matches the conditions you define in a particular automation’s configuration. 

  • Records currently matching the conditions set will not cause the trigger to fire. Records must change states to the matching condition(s) for the trigger to start the automation. More information in the FAQs section below.

  • This trigger is similar to the When a record enters view trigger, except that you don't need to create a view to set it up. This allows you to create a more “self-contained” automation and avoid the problems of accidentally triggering executions or breaking the automation by changing the view it depends on.

Setting up an automation to trigger when a record matches conditions

Step 1: Create a new automation

To start creating an automation, from the open base of your choice click on Automations in the upper left corner of your screen to open the automation configuration window. Click the + Create automation option to begin the setup process. If you would like, you can rename the automation right away to make it easier to understand what it does.

Step 2: Configure the “When record matches conditions” trigger

  1. Next, you will need to click + Add trigger option.

  2. Once clicked, the available triggers will be displayed for you to choose from. Choose the When record matches conditions option.

  3. Under the “Table” section, select the table containing the view you want this automation to watch.

  4. Under the “Conditions” section click + Add condition.

  5. From here, if you are unfamiliar with the process of creating conditional logic in Airtable, then consult this support article.

Step 3: Test the trigger

It’s important to test the trigger at this point so that you can utilize dynamic tokens in the automation action steps. This trigger allows you to pull in information from the record that triggered this automation such as record ID or last modified time.

Step 4: Add one or more automation actions

Check out our help center’s Automation actions section to learn more about each action Airtable offers.

Step 5: Test and turn on the automation

Again, be sure to test all of the steps in the automation that you are building. Once every part of the automation has tested successfully, you’ll likely be ready to turn the automation on. Find the red colored “OFF” toggle and click it so the automation now appears as “ON” in green.

FAQs

Why aren't the date, or time-based, conditions in my "When a record matches conditions" trigger evaluating correctly?

Automations run on GMT since that is the default timezone that Airtable operates on behind the scenes. When setting up time-based conditions in Automations you may need to adjust times manually or create a formula to auto-adjust times so that the conditions evaluate according to your timezone.

Why aren't all of the records currently matching the conditions I've set triggering the automation to run?

Triggers do not work retroactively. Records that matched the conditions before the automation was configured and turned on will not cause the trigger to run. The record will need to “change states” for the trigger to recognize the conditions being matched.

As a workaround, you could clear out the data from multiple records (just one of the fields related to conditions you've set will need to be cleared) and then press CtrlZ (undo). This will cause the record to change states, thus triggering the automation to run. Using this workaround, it's important to think about how clearing data out might affect other automations or workflows. Be cautious when using this method.

Alternatively, if you find yourself needing to update existing data in your tables we recommend checking out the Batch update extension.


Was this article helpful?