stop iteration of node(a)
Group |
If param a is true, the current iteration of the parent node is finished but the execution of all remaining iterations is terminated. The function can be placed on any field below the node. Returns value of a.
Hint: This function does not work with set option simple data mapper (Phase 2, Extended) and can only be used on a field!
Description of Parameters
Parameter |
Description |
a |
If true, the function will be executed. |
Examples
Parameter a |
Result |
true |
true |
false |
false |