I have one DataTable DT1, So DT1 has thousands of rows in it.
I want to get the rows one by one.
For this I am using For Each Row in Data Table Activity.
Then I need to get that row in String.
I tried to use CurrentRow.ToString but its giving me error.