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
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @malexandre,
I believe IN operand is not supported on ACS java script syntax. Refer the comparison operator section on below documentation: https://experienceleague.adobe.com/docs/campaign-standard/using/managing-processes-and-data/filterin...
Thanks!
Views
Replies
Total Likes
Hi @malexandre,
I believe IN operand is not supported on ACS java script syntax. Refer the comparison operator section on below documentation: https://experienceleague.adobe.com/docs/campaign-standard/using/managing-processes-and-data/filterin...
Thanks!
Views
Replies
Total Likes
Thanks for your answer.
I already used the IN operand on a worflow with the advanced mode. That's why I though it was possible.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies