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" %}
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
Can you share the error details ?
表示
返信
いいね!の合計
@MYSTERIOUSMAN It should work within the HTML content component as well. Example screenshot below that uses the let function,
Hi @SatheeskannaK @Mohan_Dugganab
Can we use or Condition in in if which you have showed the example above
表示
返信
いいね!の合計
hi @SatheeskannaK @Mohan_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
表示
返信
いいね!の合計
Hi @SatheeskannaK and @Mohan_Dugganab,
Could you please help @MYSTERIOUSMAN further with their query?
Thanks!
表示
返信
いいね!の合計