How to handle exceptions inside Catch block

Hi All,

As a part of my process, when ever an exception occurs the ‘catch’ block should be able handle the exception and reassign the record to a specific Mail ID.

Currently the reassigning steps are mentioned as a sequence with in the catch block.

My concern is that the ‘reassign flow’ mentioned inside the catch block involves multiple clicks(basically dependent on selectors). How to handle if any exceptions occurs inside the catch block?

Sorry if my approach is wrong, as i am only progressing with my first project.Kindly help and share your thoughts on the best approach.

So in that case Keep the sequence of activities in the catch block inside a TRY CATCH activity again
Like this
—TRY CATCH Activity

TRY block
CATCH block

      —TRY CATCH Activity 
          TRY block
          CATCH block
      —Final

—Final

So that is any exception occurs inside the sequence of catch it will be handled by it try catch block

Hope this would help you
Cheers @VJ33

1 Like

Thank you so much buddy.

Will check this out !!!

Regards,
Vipin Jacob

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.