I am trying to format a Generic value which is in Date format i.e. “31/12/2017” using Format Value activity but UiPath throws an error stating Cannot Convert Generic Value to Syste.DateTime
Please assist if I need to format a generic value to datetime format of “MM/dd/yyyy”
is it possible to convert date to OA date format ?
because I want to compare my date to all the dates in excel, so when I read Range date column, it gives me all the OA dates, so if conversion of date to OA date is possible then it would be easy for me to simply convert my date into OA date and compare them.