I'm interested in adding validation for a people picker field in Nintex Forms for SharePoint.
Specifically, I am looking to verify that there are at least 2 people in that field.
However, the count() function does not seem to work on the field, so when I attempt the validation rule (count(PeoplePicker) < 2), it will always pass, even if I only enter one person.
Is there another way to validate the number of people in the people picker field?