Returns output for the first item in a repeater with optional filter
Syntax
<<[First:Repeater{Filter}:Output]>> Server
Repeater Required
Tag name of repeater
Filter
Boolean expression to filter repeater items e.g. {'<<Type>>' == 'Primary'}
Output Required
Text and <<tags>> for repeater item e.g. <<FirstName>> <<LastName>>
Examples
Function | Result |
---|---|
<<[First:Contact{'<<Type>>' == 'Primary'}:<<FirstName>> <<LastName>>]>> | Mary Bloggs |