How to handle error popups in Oracle eBS

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

Hi @vjalwadi,

Use Try Catch Activity.

Regards, Arivu :slight_smile:

Hi Arivu,

Thanks for your reply. We tried already trycatch, but it is not working as expected. The UiPath is throwing an error only when the next element is not found.