Move rows of one datetable to columns of another datatable

I have 1 datatable with rows of data which I would like to copy to the columns of another datatable.

Hi @kkarbassian

You can try with filter datatable activity or select method.

Regards