For each row throws an error

Hi TEAM,

I have triggered the few tasks in flow chart 1st using try-catch call the excel file where I store the UN and PD too.
2nd in For each row Activity “all my flow should be added”
while executing the XAML file throws an error see the below screenshot.

image

And My Variable Section too :

Any idea need to move from this issues or Error

Thanks and Regards
RaviDevaraj

1 Like

Hey, Try printing the data table or the number of rows by: dt.rows.count and see if it is giving correct result or not! :slight_smile:
If no, then see to it that you are scraping the data correctly(or fetching it from excel, whatever your case is).
Regards
Niket