Announcements
{{#if acting}} ... {{/if}}
You've encountered a common issue when transitioning from Outbound Marketing to Real-Time Journeys (CIJ/RTM) regarding custom Handlebars expressions in email HTML. While your code works in other platforms and potentially in OBM, RTM has stricter parsing and processing of Handlebars expressions, particularly around complex comparisons and lookups.
Here's a breakdown of the problem and potential solutions:
Understanding the Problem:
contact.xxx_subjectareaofinterest1id
'Acting and Drama'
if
else if
Solutions:
YOUR_ACTING_AND_DRAMA_GUID
YOUR_CRIMINOLOGY_GUID
{{#if (eq contact.xxx_subjectareaofinterest1id.name 'Acting and Drama')}} ----content---- {{else if (eq contact.xxx_subjectareaofinterest1id.name 'Criminology')}} ----content---- {{/if}}
Key Recommendations:
By using GUID comparison or simplifying your Handlebars expressions, you should be able to make your custom code work in RTM. Remember to test thoroughly and consider the user experience.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Hamza H 142 Super User 2026 Season 1
Nagaraju_Matta 128
11manish 119