Skip to main content
Nintex Community Menu Bar
Solved

validation rule for people picker

  • January 21, 2021
  • 1 reply
  • 86 views

AugustoGG

I need to set up a validation rule in a people picker of a form that if the user wants to enter a group lets call it "group A" and enter a group called "group B" he can not enter both of them. So if he enters "group B" he can not enter "group A" and if he enters "group A" he can not enter "group B".

Best answer by AugustoGG

I already solve it, I use inArray(namePP, stringttofind).

1 reply

AugustoGG
  • Author
  • Answer
  • January 21, 2021

I already solve it, I use inArray(namePP, stringttofind).