Hi
i am assinging let vaiable in AJO email template how can i call this let it multible location inside the email template
{% let ABC = "Hello" %}
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Here is an example mentioned in this documentation
In order to have the variable value displayed in the message content, use it within double curly brackets.
{% let variable = expression %}
{{variable}}
when i am using this in HTML block. Block is not getting validated
Views
Replies
Total Likes
Can you share the error details ?
Views
Replies
Total Likes
@MYSTERIOUSMAN It should work within the HTML content component as well. Example screenshot below that uses the let function,
Hi @SatheeskannaK @dugganab
Can we use or Condition in in if which you have showed the example above
Views
Replies
Total Likes
hi @SatheeskannaK @dugganab @arpan-garg
Can we Create an array and pass mulitiple value in it like "var1","var2","var3","var4" and then use the event attribute where ever if it get matched it will print the content
Views
Replies
Total Likes
Hi @SatheeskannaK and @dugganab,
Could you please help @MYSTERIOUSMAN further with their query?
Thanks!
Views
Replies
Total Likes