Hi All, I am trying to create a process which creates the journals in Oracle. I am able to happy scenarios, but when trying to catch error I am unable to proceed. For example the wrong value is provided for GL Account , and Oracle has popped the error message. However UIPath does not stop at this time and continued with next lines in the table. It stopped at post button. How can I stop the process whenever the popup comes which is not expected and take the error message.
I can think of an option to check for error popup after every field, but it will reduce the performance of the process. Please suggest if there is any better option. I have tried try and catch, it only fires when post button pressed.
Thanks In Advance.
Regards
Venkat