I have a strange scenario that I’m trying to fix.
I am populating an Excel file via the Excel Advanced package.
The task bot loops through a number of CSV files, reads the data into a table, then loops through the table to populate the Excel row from the table data.
The process runs very fast at the start and can enter the data no problem. However, every time it reaches around row 160, it starts to slow down to a crawl.
I timed the processing of this task and it took almost 3 hours to complete when it should only take a few minutes.
I tried creating a testing task bot which processed the files at a bare minimum step count, but this runs without any slowdown. (All 470 rows)
I’m unsure what could be causing this issue in my real task compared to the test task.
Both are using the latest package versions, both running on my local machine.