Hi folks, I’m struggling with a scenario, help is most appreciated.
I have a collection, with entries that have a custom field. In my template, I’d like to list the value entered into this field, but only once per each unique instance of that value.
For example:
entry:
field: value1
–––
entry:
field: value2
–––
entry:
field: value1
–––
entry:
field: value3
–––
entry:
field: value1
–––
Would output in the template:
Value1
Value2
value3
Is this possible in the antlers syntax?