function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
fsiddiq3fsiddiq3 

Help: Time based workflow not working

I have created a workflow that checks to see whether a date is less than today, if it is then an email is generated to the owner. I also have set up a time based workflow in addition to the other workflow that sends an email to the owner 24 hours prior to that date.

 

I created a dummy record and made the date equal to tommorow, thinking I would get an email saying this was 24 hour prior to that date, but I haven't received any email yet. What could possibly be causing this error?

 

Any thoughts please help! Thanks

fsiddiq3fsiddiq3

I think I may have figured this out, instead of a time based workflow I simply created a workflow that said if date = today () + 1 and that triggered the email.

 

However, if anyone knows why the time based workflow did not work I would be curious to know why, let me know. Thanks

 

Fahad