How to add column with its data to another data table

Hi Shiva,

I have a 2 data table lets say dt1 and dt2.

I want to add the column “ABC” from dt1 to dt2 at last.

I tried using add data column using data column object but it is just copying the heading and not the data.

I followed this post by @ppr . But it is not copying my column data.