Hi Nya,
is there any way to filter the #each loop? I have a contact who registered for 2 events: EVENT A and EVENT B.
I want to send a confirmation email and include the registration ID for Event A, yet exclude Event B.
What I tried to do is create a segment
"Registrations for Event A", hoping that this would do the trick. Unfortunately this did not work (please see details below)
Is there anything else that can be applied to use #each loop yet filter the criteria?

<ul style="color: #3575d3">
{{#each
contact.msevtmgt_eventregistration_contact_msevtmgt_contactid}}
<li>{{this.msevtmgt_name}}</li>
{{/each}}
</ul>