Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I want use variable in query activity and the operator "is include in", but meet some error nonrecognition the variable.
Solved! Go to Solution.
Hi @Krishnanunni
thanks for your quick comments, but I got same error in my side.
I try to use $noescaping(vars/@idArray) and it work fine.
https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/how-do-we-pass-mor...
View solution in original post
Hi @Andy123321 ,
Try defining the variable as instance variable like
instance.vars.str = "some string"
and set the following in query
$(instance/vars/@str)
Views
Likes
Replies