Hello,
my scenario is that i am fetching date from sap application which is in dd.mm.yyyy format. i have to compare that with the system date which is in mm/dd/yyyy format. i have changed the format and it is working properly but for comparing i am using this expression - varValidThroughDate >= varSystemDateCorrection Or varValidThroughDate = Nothing .
in this case if the date is greater than or equal to system date then i have to follow a set of steps or if the date is empty then different set of steps. i used msg box to check the flow and i observed that the bot is unable to read the expression in the condition that i ahve provided. varValidThroughDate >= varSystemDateCorrection Or varValidThroughDate = Nothing. Please help me with this. How to check the condition correctly?
Thanks.