Hi @Vani1012,This is correct behavior. Referring to official documentation, you can see that Property filter use OR for multiple values:Comma delimited values are evaluated as OR’s.Above can be easily confirmed checking implementation:PropertyValuesPredicateEvaluator.classNow, if you have a look how...