Move data from one data table to another

Hi @Cam1

Yes it is possible

Use a for each row in datatable on dt1 and then use a add data row inside the loop and add the currentrow to dt2

After the loop you can use clear datatable to empty it if you want to empty it

Cheers

1 Like