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.
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
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.