Finally action in Error handler

Use the Finally action in the Error handler package to enable you to execute actions after Try and Catch, regardless of whether an exception occurs or not.

Settings

The Finally action is most useful in logging audit information or any action that must follow the end of the Try and Catch actions.