I’m experiencing an issue with UiPath Studio.
When I run a process in debug mode, if an activity fails, the expected behavior is for the process to pause, highlight the failed activity in red, and provide options to either ignore and continue with the next activity or retry the failed one.
However, in my case, it doesn’t work that way. When an error occurs, the process simply continues automatically, following the exception handling path without pausing or displaying any of the expected options.