Adding multiple data rows in a data table

Hi All,

i have used a Build Data Table activity to create Data Table to give an outline of all the columns(Let’s say 6 columns) that will be there. Now i have used the get text activity to fetch some string values from a website which i have stored into respective variables. Afterwards i used the add data row activity to add the values into the created data table. My question here is that is there a way i could add the 2nd row also with the same Add Data row activity.

Thanks

@shekhawat.arjun1307
add data row activity is made for adding 1 single row to a datatable.

Easiest way i can think of is,
Use a loop with a counter(number of rows you want to add)
In your case, Iterate twice and add data row.

use data table row in for each data row