Email Notification to send when a checkbox is checked
Good morning,
I've set up an email notification to send when my "TR1 Send Reminder Today" checkbox is checked.
Here are my fields:
- TR1 Send Reminder Today formula checkbox:
If(
=Today(), true, false
)
- TR1 Reminder date formula date:
WeekdayAdd(, -3)
- TR1 Reminder Email Sent On Date/time
The TR1 reminder date is set to 3 business days before the TR1 Site Survey Date. Once the TR1 reminder date is "Today", the TR1 Send Reminder Today checkbox gets checked. This change to the record should fire off the email and trigger my pipeline to populate the TR1 Reminder Email Sent On Date/time.
I had thought that it would fire just after midnight, as soon as the checkbox was checked, but it didn't. This morning, the checkbox was checked, but the email didn't send. The pipeline didn't fire either.
This morning, I blanked out the TR1 Site Survey date, saved the record, re-input the date and saved the record. This fired the email and the pipeline.
I guess my question is, is the change of the checkbox from false to true as a result of the formula not considered an actual change to the record? I've set the email to send when:
- A store is modified
- Any of the following fields change
- TR1 Send Reminder Today
- AND when the following conditions are true after the change:
- TR1 Send Reminder Today is equal to checked
Thank you,
------------------------------
Kim
------------------------------