How can we send a weekly email to users about their open cases? The emails should stop automatically once the case status is set to “Closed.”
Does anyone know how to do this?
How can we send a weekly email to users about their open cases? The emails should stop automatically once the case status is set to “Closed.”
Does anyone know how to do this?
Yes easy. Create a field like “notification date” and populate it on save for new records to be today +7 days.
Then create another workflow if “open” and notification date = today” send the email. AND update the record to today + 7 days.
Easy.
I have question.
Can we do the below instead? ![]()
You don’t have control when it runs unless you code your own custom scheduled job. AOW workflows all run at the same time in the scheduler (most people have it set for every minute).