Nintex Form 2010: Issue with Choice control field validation


Badge +5

I'm experiencing an issue with choice control field validation. Please find my rule below. The same rule works for other field types.

184969_pastedImage_0.png

I've also tried adding a validation rule on the "Save" button. But, unfortunately it doesn't work either.

184985_pastedImage_1.png

Note: Status Field is a named control of type "Choice" and so is AssignedTeam.

Regards,

Korak


3 replies

Badge +16

Add a calculated value control to your form and make it equal to the named choice control "Status Field" - you might find that the value isn't what you expect it to be and that will help you amend your condition.

Also - be sure you are selecting the named control Status Field and not the Item Property.

Badge +5

Thanks Cassy Freeman! Your answer helped me to find the solution. For a choice field, when none of the options is selected, the control takes the default **SelectValue**. So, I amended my condition as <Status Field == "Completed" && AssignedTeam == "**SelectValue**"> and it worked like a charm!

Badge +16

Excellent! Can you make an answer as correct to close out the thread please?

Reply