Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Unable to personalize an if and else condition for api triggered campaign in AJO Email templates

Avatar

Level 1

How to define/personalize an if else condition for AJO API Trigger Campaigns email templates for {{context.make}} for below pattern


<% if((make!='a') && (make!='b') && (make!='c') && (make!='d')){%>
"a"
 </a>
<%} else if((make=='a') && (model=='b')){%>
"b"
  </a>
<%} else {%>
  "c"
</a>
  <%}%>
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies