Need To Change Entire Column Type

Hi,

I want to change entire column type of general to date.

Attached Screenshot below.

Thanks,
Rishi

@Rishik_Chowdary
Please check this one:

Hi @Rishik_Chowdary

Try this-

row(“ColumnName”) = DateTime.Parse(row(“ColumnName”).ToString())

Thanks!!

@Rishik_Chowdary

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