Forum Discussion
JohnRogers3
7 years agoQrew Trainee
Long shot, not sure if it will work.
Create a checkbox that is always checked
create a formula date field with this formula: IF([my checkbox field] = true, Now())
-This will everyday return the current date
now instead of creating an email reminder, create an email notification
you can make it so that if date is equal to Sunday send notification, or whatever day you want
At the very bottom change to custom message and you can put any fields you wish into this automation.
Create a checkbox that is always checked
create a formula date field with this formula: IF([my checkbox field] = true, Now())
-This will everyday return the current date
now instead of creating an email reminder, create an email notification
you can make it so that if date is equal to Sunday send notification, or whatever day you want
At the very bottom change to custom message and you can put any fields you wish into this automation.