How to pass the String variable in Array Row property?

If I create a Build Datatable activity and give the data table(DT1) and then create a For each loop for iteration at the body Add DataRow activity and give DT as DT1 and how should i retrieve the all the data in the form Datatable.

can any one help me.

Hi @keerthi_97,

In the array row property you can pass the row values like-
{rowvalue1,rowvalue2,rowvalue3,…and so on}

2 Likes

thankyou