TylerKipps
8 years agoQrew Member
Reminder to be sent within minutes
I would like to be able to send an email reminder within fifteen minutes of a due date. For example, if a user sets the due date for a task to be today at noon and the task is not yet complete I'd like an email reminder to be sent to the person working on said task. I realize email reminders are only sent out within days of something occurring (or not occurring) and they are only sent overnight.
The idea I had to work around this would be to use an email notification. If I were to create a formula- checkbox field with the following formula:
If(ToMinutes([Due Date] - Now()) <= 15, true, false)
I'd like to set an email notification to the checkbox being checked. But it doesn't seem to work. Is what I want to do simply not possible?
The idea I had to work around this would be to use an email notification. If I were to create a formula- checkbox field with the following formula:
If(ToMinutes([Due Date] - Now()) <= 15, true, false)
I'd like to set an email notification to the checkbox being checked. But it doesn't seem to work. Is what I want to do simply not possible?