Hi All,
I want to check whether input date is less than current date. If it is less then do some activities otherwise retry.
In flow decision I have tried these conditions :-
varDate.Date.ToString < Now.Date.ToString
varDate.ToString < Now.ToString
But instead of retrying it is continuing the next process even if the input date is greater than current date.
Please help me with this.
Thanks in Advance:-)