Hi here
I have time variable in my excel spreadsheet like 16:34
When I use row().tostring to extract it into string it become 0.78333333…
In next step I use Convert.ToDateTime() get error in it
How can I create a date time variable get from excel spreadsheet?
Thanks
It means, when you read the excel data, the time column is converting to integer.
So, please try to format the column to string in the excel sheet, before reading the excel sheet.
The format in excel is exactly time not integer
Even I have added a click movement to format it, it is useless
It seems when extract the time to UIPATH it become integer autonomously
What are you trying to do exactly because I don’t see this problem on my end? I hope you’re removing the <index/column name> and replacing that with your index or column name value.