How should exceptions be handled?
How should exceptions be handled?
Question: How should exceptions be handled? From the below, select which apply
- By using Try/Catch activities inside the workflow for unexpected application exceptions
- By validating data using conditional blocks for business exceptions
- No need to handle exceptions as UiPath handles exceptions by default
- UiPath does not have exception handling
Answer
Option A,B is correct.
Any automation or logic flow needs to have exceptions. Best ways are data validations and Try/Catch blocks