Date conversion issue using uipath

cant i convert in the str variable itself
str_date = dt.rows(rowCounter)(“VALUE_DATE”).toString - in this?
& then
date_date= datetime.fromOADate(str_date)

Nope @shilpashree.mohanty

Cause, OADate conversion input is Double datatype not a string. So, str_date datatype should be in double.

Regards,
Ajay Mishra

i have kept str_date as string

@shilpashree.mohanty ,

Did you check the flow I had shared.?

Could you check if you haven’t yet.??