Autocomplete Rule: How to compare dates
Summary:
We have a requirement where the user should be able to create nonworker from Today's Date + 5 days. I used the below condition to meet the criteria but the always condition fails however I'm not changing any date format of field variables. I tried with the Date Variable and String Variable but the condition failed in both scenarios. Not sure, how to compare dates?
Condition: Action_Date "greater than equal to" Today's Date + 5
Below are the snippets.
a. Store the date values in the Date variable and then compare them with IF condition but it is failing, here I've not changed the date format.