hi… i want to use the global execution handler on a certain activity. i don’t want global execution handler the handle all the error in main but only on one activity inside a workflow. is it possible to obtain this goal?
for example i have the screenshot of the main…
inside the flowchart there is template activity, inside it there is a for each row named Area Breaking.
i want to use the global handler in Area Breaking Activity. is it possible to declare in the Global Handler to only execute on Area Breaking Activity?
i tride try catch and it fails to do it’s part.
i’m a rookie and just started using uipath.