Hi UiPath
When I surround a Throw activity in try block of try catch, it is executing correctly by going into the catch block. If I add any other activity like Write Line before Throw in try block, execution is ending at try block with Throw error msg and not going to catch. This scenario is observed even after removing all the activities before the Throw activity. I had to delete the sequence to get the initial expected scenario.
I’m sure this is not the expected scenario with Try Catch. Hope to see some more information on this
this is after removing Write Line activity, not moving to catch block
Thanks
Aditya