Skip to main content

I have a rule that enables/disables the controls depending on the user mentioned in the people picker control on the form. Below is the rule.

not(userEquals(Current User,PIA)) && not(userEquals(Current User,FinancialAnalyst)) && not(userEquals(Current User,POA)) && not(userEquals(Current User,FinanceApprover))

 

The above rule works just fine for a single user in the field. Now i have to include multiple users in the control. Is there any function that i can for this? I already tried with contains. 

unfortunately nintex doesn't provide methods/ways how get or validate single entry/option out of multivalue controls or fields.


Reply