Expand my Community achievements bar.

Join us for the Community Q&A Coffee Break on May 2nd at 8 am PT with Adobe Journey Optimizer experts Robert Calangiu, Brent Kostak & Sandra Hausmann.
SOLVED

Unable to use conditional variables in email

Avatar

Community Advisor

hi there, some issues when trying to use expression conditions  in ajo email designer

so for example, using this:

 

{%#if profile.email = "mail@mail.com" %}
do nifty stuff
{%/if%}

 

validates ok, but when closing the code editor the double quotes will be replaced by "&quote" like this


{%#if profile.email = "mail@mail.com" %}
do nifty stuff
{%/if%}

 

 

and the validation will of course fail with a parsing syntax error, is this a known issue?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

seems there has been a fix deployed in email designer now to rectify this behavior

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

seems there has been a fix deployed in email designer now to rectify this behavior