How I can solve this error
Just pass dtrows instead of dtrows.Rows.
We will use ForEach Row activity to iterate DataTable.
2 Likes
Just pass dtrows instead of dtrows.Rows.
We will use ForEach Row activity to iterate DataTable.