{% assign group = '152' | GroupById %} {% assign refreshPage = 'https://rock.scottsdalebible.com/page/1128' %} {% assign baseUrl = 'https://rock.scottsdalebible.com' %} {% assign workflowid = '121' %}
{% assign personParam = Global | PageParameter:'person' %} {% if personParam == '' %}No person parameter found. URL must end in "?person=(person)" where (person) is the name of a staff member in the form of "first_last".
For example, https://rock.scottsdalebible.com/page/1114?person=jamie_rasmussen
{% else %} {% assign personName = personParam | Downcase %} {% assign person = null %} {% assign gm = null %} {% for groupMember in group.Members %} {% assign gmName = groupMember.Person.FullName | Downcase %} {% if gmName == personName %} {% assign gm = groupMember %} {% assign person = groupMember.Person %} {% endif %} {% endfor %} {% if person == null %}Person not found in staff group. Check to make sure that the person you provided is in the staff group and their name is spelled correctly.
{% else %}