HelloI try to use the filter „is included in“ with a variable like
$(vars/@zzz) that in a javascript activity is written like vars.zzz.It
works if I only have one content, but it does not work when I used
several contents comma separated likeaaa,bbb,cccI also tried the
following alternatives without
success:'aaa,bbb,ccc''aaa','bbb','ccc'('aaa,bbb,ccc')('aaa','bbb','ccc')Any
proposal for solution?Michael