How to add a data column to an excel table?

I have an excel data table and need to add a new column to that data table without it overwriting. How can I do it?. Thank you

@Marisa_Ontiveros Have you tried using Add Data Column Activity ?

2 Likes

Yes, but how can I add a column from one excel to another excel without overwriting it?

read the destination excel file and then for the output data table use add data column and then write that back to excel.

1 Like