I have DataTable1 ( without Headers ). Created blank data table ( DataTable2) using Build Data table activity which include headers { String1 , String2}.
Now I want to copy entire 1st column from DT1 to 1st column of DT2 and so with second.
Can I do without using for each loop. Appreciate your help.