IF action is not suitable documented

Hi Support Team,

I recognized that the IF Action was enhanced. There is for example an Operator "contains any of".

 Unfortunately there is no Information available of how this works (how do I have to specify the value to be entered by "Right").

 Can you provide some Information (a link?) of the new Operators?

 Best regards

Michael

 

 

 

Hi Michael,

The “contains any of” operator compares the items in two comma-delimited lists. e.g.

‘a,c’ Contains any of ‘a,b’ = true
 
‘c,d’ Contains any of ‘a,b’ = false
 
‘“this item”,“that item”’ Contains any of ‘this,that’ = false
 
‘this,that,“the other”’ Contains any of ‘the other’ = true


You can also you Checkbox Select variables on either side of this operator.

There is currently no documentation on the operators. We’ll get this updated sometime next week.