Originally posted by Unknown
I discovered that the merge template block treats GroupMember entity sets differently. What it does is set the Person as the Row object in lava.
{{ Row.FullName }}
or
{{ Row | Attribute:'BaptismDate' }}
Then it adds the GroupMember object to the Row. So use this syntax to access the GroupMember:
{{ Row.GroupMember.Id }}