Definition and Usage
The EndTry command is used to end the Try set previously.
Note: An EndTry command must be used with a Try command.
Example
This workflow will try to perform "Go to web page", in other words, it will try to open Amazon.com in the built-in browser in RPA and save it as webpage. After this, the workflow ends.