Returns true if all Repeater items satisfy a Condition, otherwise false
Syntax
<<[All:Repeater{Condition}]>> Server
Repeater Required
Tag name of repeater
Condition Required
Boolean expression to match repeater items e.g. {'<<Type>>' == 'Primary'}
Examples
Function | Result |
---|---|
<<[All:Contact{'<<Type>>' == 'Primary'}]>> | false |