Lava Filters - GeofencingGroups
Category:Person
Description:Returns a collection of groups that geofence the person's map location address.
Input: "CurrentPerson": {
...
}
Lava: {% assign areas = CurrentPerson | GeofencingGroups:'24' %}
{% for area in areas %}
- {{ area.Name }}
{% endfor %}