{% assign people = "John Smith,Joe Johnson,Firstname Lastname" %} {% assign group = '152' | GroupById %} {% assign baseUrl = 'https://rock.scottsdalebible.com' %} {% assign staffTreePageUrl = 'https://rock.scottsdalebible.com/page/1114' %} {% assign people_array = people | Split:"," %} {% for person in people_array %} {% for gm in group.Members %} {% if gm.Person.FullName == person %}
{{person}}'s Tree
{% endif %} {% endfor %} {% endfor %}