Try Catch unable to skip error if a Type Into exists in a Flowchart
I have the following Scenario as shown in the Below image
The Flow Chart has a Type Into Activity. (Which is a notepad)
If the UI Element does not exists an error is raised.
Try Catch is unable to skip the Error.
How can I make try catch skip the error.
The error can be skipped if the Type Into (which is inside the flowchart is surrounded by try Catch)