Problemas com Add Data Column

Olá pessoal.

Ao tentar adicionar uma nova coluna em um arquivo já existente (tabela excel) não obtenho sucesso. O workflow são apenas duas atividades, uma que lê o arquivo e a que adiciona a coluna.

@amanda.gondim

see after using add data column activity you need to use write range activity

because the added column will reflected to the datatable but not to the excel

hope this helps

após a atividade add column estou escrevendo a tabela novamente, mas continua a mesma coisa.

@amanda.gondim

To summarize…a datatable is not part of excel…so whatever manipulations you do on a datatble will reflect in excel only when you write back

So use a write range with headers column check and ypu shpuld see the column in excel

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.