Debugging Exercise issue

Hi Experts,

Could you please helpto understand the attached Debugging Exercise. I am not about to understand the problem in this Debugging Exercise. I used step into debugging actions and went through each step, however the its stopping after While activity.

Kindly help
Practice_1_Exercise_Debugging_and_Exception_Handling.zip (49.2 KB)

Thanks so much!

I’ve corrected the problems with iteration. The iteration counter was defined twice, so I removed the one with a higher scope. The iteration counter was being assigned to based on the user input when the intention was likely to assign to the user inputs request variable.

There are still some bugs you’ll need to iron out with the code, since the data being sent to the RPA Challenge site needs to be parsed and/or re-evaluated, but this will allow you to move forward.

Practice_1_Exercise_Debugging_and_Exception_Handling.zip (38,6 Ko)

2 Likes

Thanks so much for your reply.