To select a specific column from datatable 2 and write it in datatable 1

Hi all, I want to select a particular column from datatable 2 and write it in datatable 1 along with other contents of datatable 1.

Thanks in advance!

hey @Ray_Sha1
datatable.rows(index)
index-the row index you want to extract.
this will fetch the data row which you could add in the datatable 2 by add data row activity