Home > Forum > General > Notification when a date is reached

Notification when a date is reached
0

Hi. I need a notification when a specific date is reached. I have a form with a field "Requested stage date". I need to send a notification to an employee when such date is reached. How can I achieve this?

MVP

Hi Iuis,

the simplest option would be to use a Timeout, with operation mode "only action execution" and send the mail in the automation like it is displayed in the attached picture.

This will work just fine, if the workflow itself doesn't to other steps during this time. Otherwise you would need to add the timeout multiple times.
You could also make use of the cyclical action, but that would require more work.

Best regards,
Daniel