Duplicated Data

Hello,

I am using a write data table to excel, following that activity I am using a insert data table in document that has been extracted from the previous excel. Now, my main question is why is beign the data table inserted in the new file 3 times instead of 1.

Thank you :slight_smile:

@alejandro_rm

Can you show how you are trying to do thisโ€ฆ

Looks liketgere is some loop or there is some place where data is getting multiplied

You can run the bot in debug mode and then use break point and use step into and check the datatable variable value from locals panel after each stepin to see where the data is changing

Cheers

1 Like

There is only an if activity but it is inside another workflow. You may find cofusing how I organized the arg and var but dont worry Iโ€™ll improve it. There are 2 workflows, the first one is to insert all the data extracted into a data table in excel. On the other hand, the last workflow just inserts the data table of excel into a word document.

Thank you :slight_smile:

UiPathForumQ.7z (3.4 KB)