Hi Team,
What is the best way for exception handling in UiPath,
Presently working on Ctrix Environment,while running an automation my aim is to open a tab and enter the value, there chances that the values are not typed, even though the system would accept the enter and next the step will continued but the expected values will not be fetched, and an exception is given out.
My aim is to check the value in the specified field(for checking I am using Google OCR) and if the data exist the process should continue or other the previous step of opening the tab should be done again and the process must be continued.
Tried with Retry Scope: The condition is not accepting any decision making condition, it is accepting only Image exist and element exist as it is citrix environment the Image and element exist are not giving stable results.
Tried with Try Catch: I am able to catch the exception but not able to rerun the required step again, as if an exception is occurred the process is going out of the scope.
If there is any other way for handling the exception please suggest me.
Any suggestion will be helpful and Thanks in Advance.