Hi, I am doing a process where by the general gist is filling up a shipment form for my company.
I am trying to use try catch block to catch the errors and send a notification to myself. I have inserted the exceptions and activity in try but it doesn’t seem to be working as whenever there is an error in the sequence, it doesn’t trigger the expections and do the actions I expected.
ive attached some screenshots. please send some help
I think there is no exception
Kindly run in debug mode and let’s check whether it is showing any exception or not
Or
If we want to explicitly throw a exception along the sequence in TRY BLCOK use a THROW activity with a exception like this New BusinessException(“error”)
So that it will throw exception inside the TRY block and goes to CATCH Block