Greetings,
In my automation I have a DataTable that looks like this:

I want to add new row values underneath the previous row as such:

I basically just want to keep adding row values for those three columns, how would I do this?
Greetings,
In my automation I have a DataTable that looks like this:

I want to add new row values underneath the previous row as such:

I basically just want to keep adding row values for those three columns, how would I do this?
Use the add data row activity for each row that you wish to add.
use add data row activity for adding the data in datatable.