Not Working email action in Workflow

I want send email before 5 days of Renewal date of that services when i add using subpanel. My Condition as follows

eg. If my Renewal date 26/05/2019 and current date of today is 21/05/2019 So i add 5 days in that current date of today.
So condition Like 26/05/2019 = 21/05/2019 +5 days i.e. (26/05/2019)
But this condition not working . help any other solution.

Don’t use “equal” for data comparisons, otherwise you are dependent on the time the Scheduler runs. Always use “greater than” or “lesser than”.

After that, you might need an extra check to avoid repeated emails, if you have that problem I can give you further suggestions.

1 Like