How to remove the compilation error for variables

I have having two variable in my flowchart, while automating the excel using datatable…
There are two variables in the script 1. EmailDT 2. DTEmailList …

I am getting the error of implicit conversion .
Can anyone please help me to get this error done.
NewAuto_Email Excel.xaml (10.6 KB)

Hi @sachinl,
Please change your data type for “EmailDT” to System.data.datatable and change the looping concept to For each Row instead of generic for each loop .

1 Like

Hey @Indrajit_Banerjee → Thanks alot for helping me out… It got resolved …

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.