I am creating a Web Form using Steps in Dynamics Portal.
I have a date only field on a step the user will put a date in. I need to use a condition when that step is submitted that works out if that date is 5 years or older from today.
For example todays date is 23 Apr 2021
If the date entered in the field is 20 April 2016 (5 years and 3 days ago) then this would pass the condition and move to the next step.
If the date entered in the field was 25 April 206 (4 years 362 day ago) then this would fail the condition and move to a different step.
Can you use this time of feature in the Step Condition?