The sequence iterates through a folder list and should an error be encountered the execution should go on to the next folder in the directory.
The issue i am facing is that the execution does not proceed to the next folder in the directory when an error is encountered . Any tips on what i am doing wrong ?
I have more than one folder in the directory. The error occurs in the Sequence sequence. The logic here is that should a ui button not be found it means that the item was not found and execution should proceed to the next folder.
The code in the Catch is defintely being executed as i log the output to a text file. The issue here is that after the code in the catch is executed the execution does not go back to the loop. No idea why.
The type argument for the loop is a String and folderList is an array of string type. I am using the same logic for going to the next data in an excel sheet but for some reason on this loop it does not seem to work
Hello- How should I program my bot to move on to the next “Try Catch” sequence if a document is not identified in a previous ‘Try Catch’ sequence? Hopes this question makes sense as I am still learning UI Path.