Skip to main content

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?

Hello @WillJordan ,

I am hoping you can something similar to the below:

Have 2 people controls on the form.
 

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

Lastly, configure the form rules:
 

Working example:
 

 

I hope this resolves your question?

 

thanks,

Anthony


Hi @WillJordan 
Did this response help answer your question? 


Reply