How to add new value (data row) in existing Datatable?

You can try Add data row activity and in the array row property you can pass the row values.

{“”,“”,“”,“”,“”,“”,rowval1,“”,rowval2,“”,“”} (should be 10 columns)

20 Likes