Catching the exception while populating the selection value into record from front end using BOT - Is it achievable?

Hi Experts,

We are building the bot which login into our application via user interface to update the specific record with value “ABC” into “Department Name” selection field.

If value entered by bot is not available into application field dictionary then application is automatically clearing out the value entered by bot, the moment bot moves out of this field.

We want to catch this scenario with exception handling mechanism, is there any approach/activity available into UI Path RE Framework, which can help us to achieve it?

After clearing out the value by application, read the value of the selection field… check if the value is empty and then decide what to do in the workflow.

Regards,
Karthik Byggari

Thanks for kind suggestion! We will try to implement the scenario as suggested.

1 Like