System.FormatException: String was not recognized as a valid DateTime.
at System.DateTimeParse.ParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style)
at UiPathCodeRunner_c10fe1255659478caab7646a54888287._Closure$__._Lambda$__0-0(DataRow row)
at System.Collections.Generic.List1.ForEach(Action1 action)
Check the format by giving it in message box and after that give that format in the @ashwin.ashok 's expression
that is
dt.AsEnumerable().ToList().ForEach(Sub(row) row(“ExampeDate”) = DateTime.ParseExact(row(“ExampleDate”).ToString.trim,“Check your format and pass the format here”,Nothing).ToString(“dd-MMM-yyyy”))