Hi,
I want to change entire column type of general to date.
Attached Screenshot below.
Thanks,
Rishi
Hi,
I want to change entire column type of general to date.
Attached Screenshot below.
Thanks,
Rishi
Try this-
row(“ColumnName”) = DateTime.Parse(row(“ColumnName”).ToString())
Thanks!!
Please use format cells activity and give the required column as range and select the date as the type
https://docs.uipath.com/activities/docs/format-range-x
Cheers