Result action
Technical node name: ResultDef
A result action is used to define a certain result (true or false) as the end result at a specific processing location in the action tree. For example, you can force the end result of a template to be false even if it would otherwise be true, or vice versa.
ResultDef node, definitionResult action, createPlease note: No other actions may follow a Result action within an action tree. A Result action should only be used to affect the action tree's return value.
Result: Select whether the action tree returns a value of true or false.
Requirements
A Result action requires you to specify the type of result (true or false).