Airtable automation trigger: When record created
  • 04 Jul 2022
  • 1 Minute to read
  • Dark
    Light

Airtable automation trigger: When record created

  • Dark
    Light

Article Summary

Overview

When building an Automation, you will always start by choosing a trigger that will fire off the rest of the automation. The "When record created" trigger allows you to trigger (or run) an automation whenever a new record is created.

Choose a trigger

After you add an automation, the first step is to select the trigger you want to use. In this example, we'll use the "When record created" trigger.

6615478171927whenrecordcreatedtriggerempty.jpg

your title goes here

The "When record created" trigger is triggered whenever a new record is created. This means that if you are manually entering data, this trigger will likely fire before you've finished inputting your data. The "When record created" trigger is best used when a row is created programmatically (i.e via a form or another automation). We recommend using the "when a record enters a view" trigger or the "When a record meets a condition" trigger for situations where you'd like an automation to fire whenever a certain preset condition is met.

Select your data

After choosing the trigger, you need to select the table that you want the automation to watch for new records. Select the table, and then run a test to make sure the automation successfully connected to the table.

6615478778519whenrecordcreatedtriggerconfigfilled.jpg

Add an action

After you’ve configured and tested the trigger, it’s time to add an action. In the example below, we’ll use the “Send a Slack message” action to send a message every time a new project (or new record) is added.

6615494577047slacksendmessageactionconfigfilledrecordcreatedexample.jpg

Once you've setup the action, run a test to make sure it's configured correctly. Lastly, make sure to turn your automation on.

TIP

For more help with configuring Automation actions, view these support articles

Was this article helpful?