Hello community,
i created dynamic content on an email delivery and i would like to use the "IN" operand to check if the product ID is in a list but i received an error message
"Error while compiling script 'DM1091[htmlfr_beContent]' line 425: invalid 'in' operand "xxx"."
Here is the condition :
context.targetData.product_Id in ('xxx','yyy','zzz')
So the question is : is it allow to use IN operand on a dynamic content condition within an email delivery ?
Thanks