Cómo agregar información de mi DT secuencialmente

Hola, tengo este problema, a la hora de crear mi dt se escriben los datos en excel pero solo en la fila A2 ya que la A1 son mis encabezados y de ahí solo se actualizan, cómo hago para que así como vaya guardando los datos los vaya colocando uno tras otro

Hi @Rulo.RA

Welcome to uipath community

Do you facing any error while performing the action?

Regards
Gokul

No, I don´t have it, actually my dt works but the problem is that all the data that i have overwrites in the same row and I don´t want that but idk how to solve it

Hi @Rulo.RA

My understanding - The Data is Writing 2 time in the excel file.

If Yes, Try to use Clear DataTable activity.

Can you share the sample Input and Output excel file here. It will help to resolve your query soon.

Regards
Gokul

imagen
This is the excel output, in A2 row till F2 is where the data are, during the process is a kind of loop for that reason i want to insert the other data below A2 instead of all the data overwrite in A2

Hi @Rulo.RA

You can try with Append range activity

Make sure the Excel file path is correct and Datatable name also.

Regards
Gokul

I already did it but the problema was that I don´t have headers in my excel file

Hi @Rulo.RA

You can keep the Header as a Template File and Append the data in that file.

Regards
Gokul