kkpatel
(Kamal)
1
Hi
I am getting error "Cannot convert Generic Value to System.DateTime.
Attaching my work flow.Main.xaml (7.6 KB)
Yoichi
(Yoichi)
2
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,
SowmyaLeo
(Sowmya Sivakumar)
3
Please check this link if it helps: