Nintex 365 Form validation based on two choice fields?

  • 22 January 2019
  • 4 replies
  • 1 view

Badge +8

I know this is probably easy, but I'm having some poor brain function.

I have a form that has two choice fields (among others). 

In choice field 1, there are two choices:

  • Funded
  • Unfunded

In choice field 2, there are three choices:

  • Level 0
  • Level 1
  • Level 2

I want to throw an error (on submit)  if (and only if) "Unfunded" is selected in combination with "Level 2".

Help!


4 replies

Userlevel 5
Badge +14
Choice1 == "Unfunded" && Choice2 == "Level 2"
Badge +8

Thanks Marian!  I'm having an issue where the validation is working, but if I then go up and change either choice, it still prevents me from submitting.  I put the validation rule attached to the "Submit" button control.  

Userlevel 5
Badge +14

can you post screenshot of your rule?

have you used choices' named control reference variables?

if you used item property ones then that explains why your formula doesn't follow changed values... 

Badge +8

This was my problem, thank you Marian!!

Reply