Skip to main content

Hi, dear community,


In AIrtable automation there is an option to send emails to several people for every updated record. Now the problem is it sends individual emails for every individual updated record. I wanted to know if there’s a way I can use to automate the emails for all the updated records in a table at the same time. Meaning if I have 10 records in a table, and I updated them all at the same time, I want to send an email to my teammates containing updates for those 10 records at along.


Thank you and really appreciate your help!

You could use a “at a scheduled time” trigger with 15 minutes (or larger) intervals.


Then use a conditional “find record” action to make a list of all related records, in combination with a “send email” (“insert records as a list”) action.


You could use a “at a scheduled time” trigger with 15 minutes (or larger) intervals.


Then use a conditional “find record” action to make a list of all related records, in combination with a “send email” (“insert records as a list”) action.


Thank you so much, it worked nicely for my base!


Reply