Hi
I want to copy one column value to an another column in datatable. Could you please let me know how can it be done. I have datatable with 10 columns, now want to add 11th column with values of 2nd column.
Hi
I want to copy one column value to an another column in datatable. Could you please let me know how can it be done. I have datatable with 10 columns, now want to add 11th column with values of 2nd column.
@SJRPA - Have you tried the copy Range?
Please let me know for datatable ans not excel
I am new to Uipath hence asking basic questions
I used for each row in data row and assigned the column value to other column value. But can it be done without loop
You can use Add Data Column
Activity for adding a new column to existing Data Table.
Hey @SJRPA,
Please find the workaround for your scenario.
DT_ColMerge.zip (2.8 KB)
Hope this helps. Any queries, feel free to post here.
Happy Automation
Thank you this worked perfectly
Thanks this can also be used if we include excel.
Hey @SJRPA , Here is another simple approach for beginner level learners Copy columns.zip (8.7 KB) h for the same task
PFA
Regards,
Shivam
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.