How to validate a People Picker when comparing to a Multiple Selection People Picker in Nintex Forms

  • 15 February 2022
  • 0 replies
  • 170 views

Userlevel 6
Badge +22

Question

How to validate a People Picker control when comparing to a Multiple Selection People Picker control using a rule in Nintex Forms?

 

Answer

To check if a person from one people picker control exists in a selection of people in a people picker control that allows multiple selections the contains() runtime function needs to be used in the validation rule.

Example : contains(MultiSelectPP,PeoplePicker)

 

Additional Information

If the equals() runtime function is used the validation will only work when there is  one person in the multi select people picker. As soon as a second person is added the validation will fail as one people picker will not equal the other even though it may contain a matching person.

 

 


0 replies

Be the first to reply!

Reply