Error in converting data from Generic value to DateTime using Format Value activity

Hi
I am getting error "Cannot convert Generic Value to System.DateTime.
Attaching my work flow.Main.xaml (7.6 KB)

Hi,

Probably your data doesn’t exactly fit datetime type such as including some whitespace.

Can you try modify Assign activity in For Each as the following.
date_Value = item.ToString.Trim

Or check your data is not empty and exactly fit datatime type in debug mode etc.

Regards,

Please check this link if it helps: