Hi
Could you help how to insert #if in the statement below?
{{#each contact.msevtmgt_eventregistration_contact_msevtmgt_contactid}}
{{this.rbc_buildingcity}}
{{/each}}
For each statement if I want to add aditional:
{{#each contact.msevtmgt_eventregistration_contact_msevtmgt_contactid}}
IF value = x THEN
{{this.rbc_buildingcity}}
ELSE
nothing
{{/each}}
Thank you