Expand my Community achievements bar.

Never miss an update of the Adobe Journey Optimizer Community Lens! Subscribe now to get the latest updates, insights, and highlights delivered straight to your inbox every time a new edition drops.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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