Skip to main content
Nintex Community Menu Bar

Disable control based on people picker values

  • November 13, 2018
  • 1 reply
  • 19 views

Forum|alt.badge.img+3

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. 

1 reply

Forum|alt.badge.img+14
  • Scholar
  • November 15, 2018

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