I am developing a nintex form which has 3 radio buttons.
If I click radio button 1,
Option 1(People Picker)Required
Option 2(People Picker)Required
Option 3(People Picker)Required
If I click radio button 2
Option 1(People Picker)Required
Option 3(People Picker)Required
If I click radio button 3,
all options become invisible
I added rules for making options visible and invisible. The part which I am struggling is the validation of people picker. I tried a validation rule which said IsNullorEmpty(Option 2)&&Radio Button 1=="ABC". It displayed a validation message when the people picker is empty when I try to submit but the problem is even after filling Option 2 the error still exist when I try to submit the form. Am I missing something here? For some reason the people picker is not identifying if it is not null. Are there other options?