Actions
Feature proposal #8390
closedImprove In/Contains operators to handle array to array conditions
Description
For example if you condition 40|*|50 against 40|*|60 then the condition should pass since 40 exists in the value. Currently the array handling is 1 sided. So for example 40 against 40|*|60 will work, but if "40" is a multi-select of some kind then it won't work. It needs to loop the split values against the condition values and see if at least 1 match is found.
Actions