Workflow date condition doesn't work

Hi, i want to send email after 5 days of Renewal Date. My condition as follows
Today 30.12.2021
Renewal Date 15.12.2021 So i add 5 days in that date
My workflow condition : Renewal Date Greater Than or Equal To Renewal Date + 5 Days
However my condition doesn’t work (when i remove date condition it works well with another conditions)
Thanks for help.
My suitecrm version is Version 7.11.22

what happened when you tried ‘less than’ instead…? this Workflow function makes it tricky to intuitively see whether + or - is needed: other people have said.

did it work for you ever in the past?

My workflow condition : Renewal Date Greater Than or Equal To Renewal Date + 5 Days

That won’t work: X > X+5 !! can never be true.

You meant: Now Greater Than or Equal To Renewal Date + 5 Days