Assignment 2 - Generate Yearly Report - For each loop iteration takes way to long

Hi everyone,

I have been trying to get over a stopping point I ran into for the level 2 assignment for level 3 RPA.

My issue is that I am trying to loop through each month of the year (created a string array containing all months) and download, and save the files in a specific file. If there is no file for that month, then simulate an enter key and move onto the next month.

My issue is that the loop seems to freeze or take an extremely long time to move onto the next item. I was hoping you could help me with this.

Some extra info:

Browser: Internet Explorer
Error Message: None
UiPath Version: Latest
Other comments:
1- I have no write lines or anything of the sort in the loop
2- I am not using any type of format on my workflow structure

The first attachment is the loop. the remaining are for variable/argument reference purposes.

Please let me know if I missed any piece of info that would be useful.

Thank you in advance.

MonthIterationDownloadLoop.xaml (18.2 KB)
Main.xaml (9.1 KB)
ProcessWorkItem.xaml (9.3 KB)
System1_GetTaxID.xaml (8.0 KB)

@gideb, you might wanna try look into this post, hope it will help

1 Like