Lava Filters - GroupsAttended

Category:Person

Description:Returns a list of groups that a person attended within a provided group type.
Input: "CurrentPerson": { ... }
Lava: {% assign groups = CurrentPerson | GroupsAttended:'29' %}
    {% for group in groups %}
  • {{ group.Name }}
  • {% endfor %}
Output:
  • General Group 1
  • General Group 2