Filter „is included in“ with variable that has a list of values
Hello
I 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 like
aaa,bbb,ccc
I also tried the following alternatives without success:
'aaa,bbb,ccc'
'aaa','bbb','ccc'
('aaa,bbb,ccc')
('aaa','bbb','ccc')
Any proposal for solution?
Michael