So here’s my problem. I set-up a retry scope for when a certain Element Exists returns false. If the Element Exists is True, do some activities. Now, Tried adding a try-catch on the “do some activities” for when if something went wrong with it. It would throw the error on the other catch and that it won’t retry. Problem is, the throw activity in the Try-catch won’t go to other parent try-catch, but will retry instead.