Returns true if there is at least one occurence of a Repeater item, otherwise false
Syntax
<<[Any:Repeater{Filter}]>> Client Server
Repeater Required
Tag name of repeater
Filter
Boolean expression to filter repeater items e.g. {'<<Type>>' == 'Primary'}
Examples
| Function | Result |
|---|---|
| <<[Any:Contact]>> | true |
| <<[Any:Contact{'<<Type>>' != 'Primary'}]>> | false |