I want use variable in query activity and the operator "is include in", but meet some error nonrecognition the variable.
Solved! Go to Solution.
thanks for your quick comments, but I got same error in my side.
I try to use $noescaping(vars/@idArray) and it work fine.
Hi @Andy123321 ,
Try defining the variable as instance variable like
instance.vars.str = "some string"
and set the following in query
$(instance/vars/@str)
thanks for your quick comments, but I got same error in my side.
I try to use $noescaping(vars/@idArray) and it work fine.