DataTable insertion

How to insert 3 iterating variable or arguments to datatable and how to use the elements of the same data table individually in other activity inputs?

use add data row activity to add rows in the datatable

you can use Add Data Row Activity.
and later iterate the datatable to use those values using for each row .

I have 3 variables in a For each loop and for every iteration the values of the variables change so I want all of those values in a single data table how to do that and what are the activities should I have to use?

@saandra

Firstly build a datatable

iterate the loop
use add data row activity and pass your variable value in array row text box as ({var1,var2,var3})

Yes, Thank you It worked.

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