Skip to main content
Nintex Community Menu Bar

Validation Rules not Working

  • October 19, 2018
  • 1 reply
  • 14 views

Forum|alt.badge.img+1

I have a field on my form that need to be "required" when the approver makes changes.  I first tried referencing the field itself (TradeApproval), and when that didn't work, I tried using a variable to store the value.  Either way, the validation does not happen and no validation message appears. Is there a trick to make validations work on a form?

Validation Rule

1 reply

Forum|alt.badge.img+12
  • Nintex Partner
  • October 22, 2018

Hi Heather,

there is an additional brace in your formula:

and(equals(FormStatus,"Submitted"),(isNullOrEmpty(vTradeApproval))

Remove the brace and the rule should at least validate correctly.

Once the new rule builder will come the counting of braces will hopefully be over.

Best regards

Enrico