I'm trying to set up a rule on a form control that will make the control invisible if the current user matches either of two Person or Group columns on the list item. This works to match one of the columns:
But this does NOT work to match either of the two columns. When I use this condition, the control is always visible:
I've tried using different syntaxes, but nothing has worked for the "or" condition.
Further, even with the working version above, it only works if Person 2 is the only person in that column. That is, it doesn't work if the column is configured to allow multiple people in the column and the current user is one of multiple people in the Person 2 column. I would like it to work in that situation.
Does anyone have ideas about how to do either of these things?