Copy and paste one column data in other column in same excel sheet

Copy and paste one column data in other column in same excel sheet

Hi @ayushi_jain3
Can you try below xaml
Forum_CopyPasteColumn.zip (75.0 KB)

I hope it helps!!

Hi @lrtetala - I tried this earlier, but it is throwing error at read range: “Read Range: A column named ‘MasterTax Company Id’ already belongs to this DataTable.”

@ayushi_jain3
Can you show your code

@ayushi_jain3
Try to give another column name

Hi @ayushi_jain3

Read the excel sheet and store it in a datatable. Add one column to the datable by using Add Data Column activity. Use for each row in datatable activity and take an assign activity, create a variable and store the column data after that use the update data row activity to update the new column rows. Use the write range workbook activity to write the data in to the same excel.
Check the below image of workflow for better understanding.

Hope it helps!!

Project Requirement is to be the same name