Aug 11, 2023 10:45 AM
I'm totally new to Airtable automations, and these questions will probably show that.
I want to set up an automation where the trigger is "When a record is created" and the action is "Send an email." The To field will draw from a lookup field in the table that contains email addresses.
My first question is, if I create a record but don't enter an email address quite yet, will Airtable send an email when I go back and enter an email address later?
Also, if I set up this automation for a table that already contains records, will Airtable send emails for all existing records, or just ones I enter after turning the automation on?
Aug 11, 2023 08:29 PM
re: My first question is, if I create a record but don't enter an email address quite yet, will Airtable send an email when I go back and enter an email address later?
Nope, it'll immediately attempt to send an email and will fail at that point. You could get around this by setting up your automation to trigger when the lookup field that should have the email address isn't empty though?
---
re: Also, if I set up this automation for a table that already contains records, will Airtable send emails for all existing records, or just ones I enter after turning the automation on?
Just the ones you enter after turning the automation on!
Aug 13, 2023 08:00 AM
Just want to add - if you want automation to run at the right moment, and also run it for several records already in the table, add checkbox field like 'Send mail' and trigger automation to it ("When record matches condition").
Note you can bulk-check field by pasting '1' or enabled checkbox cell
Aug 17, 2023 09:37 AM
Great, thank you so much!
Aug 17, 2023 09:38 AM
Thank you!