Access Control Policy Condition - One Of
I have property1 of type text in work class and I have created an access control policy on the same work class with below condition.
.property1 One Of "value1, value2,value3"
I expect this condition to return true while value of property1 match any value from list - "value1, value2,value3". However this condition is not returning the expected result.