Question

Forms rule to validate that two person fields are different

  • 28 September 2023
  • 2 replies
  • 63 views

Badge +2

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?


2 replies

Userlevel 2
Badge +6

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([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

Userlevel 5
Badge +20

Hi @WillJordan 
Did this response help answer your question? 

Reply