I have two person fields in a form on Office 365 Nintex. Its a new responsive form. I want to validate that the two person fields are different within the form rather than on the workflow. I know formerly this was a reccomended use case for inline fuction. Do we have something comparable in New Responive?
Page 1 / 1
Hello
I am hoping you can something similar to the below:
Have 2 people controls on the form.

Then, have a form variable:
ifElse(first([Form].[People 1].[Full name])==first([Form].[People 2].[Full name]),"Same","Different")

Lastly, configure the form rules:

Working example:

I hope this resolves your question?
thanks,
Anthony
Hi
Did this response help answer your question?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.