Read data out of Datatable with While or Do While Activity (Without using For Each Row In Data Table Activity)

Dear All

Is there any way to extract each row data out of Datatable by using While or Do While Activity?

Thanks in advance!

1 Like

Hi ,

yes , it is possible.

The Count variable can be passed in Data Table row number to loop through the DT variable.
389404.xaml (9.0 KB)

Attached example for While loop , similarly can be tried for Do while.

1 Like

Thank you so much, it worked!

1 Like

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