In FinalBuilder 7 there was still an OnFailure ActionList, which you have unfortunately removed.
The bug fix with try-except cannot be used if you want to make actions individually executable. (e.g. Run Selected Actions)
The solution would be if a script ala BeforeActionList and AfterActionList could also be defined for an ActionList in the target configuration window.
And is it possible to execute an ActionList from a script?
Sub AfterAction(Action, ActionResult, Continue)
If NOT ActionResult Then RunTarget “OnFailure”
Instead, executing another FinalBuilder script with RunProcess would not be functional.
Suggestion: If it is not technically possible, then offer “Target” as ScriptLanguage, where e.g. can specify the name of the target. And if possibly the following lines as parameters.