Skip to main content

I am trying to setup an automation for the following:

1) At a scheduled time (eg. 10am)
2) Send an email to records in Table 1 
3) Condition: IF the record has been 'ticked' (A field in the table is a check box that must be ticked, for the email to be sent at 10am).

I can setup an email to be sent at a schedule time OR I can send an email if a record is ticked - but I can't seem to do all 3 of these steps. Any ideas? Thank you!

The new repeating group function should help with this.  Set up your automation to trigger at 10am, then use a "Find Record" action to grab all the records that have been ticked, and then add a repeating group that uses the results from the "Find Record" action.

In the repeating group, add a "Send an email" action.  Should look something like this: 




The new repeating group function should help with this.  Set up your automation to trigger at 10am, then use a "Find Record" action to grab all the records that have been ticked, and then add a repeating group that uses the results from the "Find Record" action.

In the repeating group, add a "Send an email" action.  Should look something like this: 




That works! Thank you! 😄


Reply