Skip to main content
Nintex Community Menu Bar

Conditional Form Rules With Currency Do Not Work

  • March 26, 2021
  • 0 replies
  • 44 views

KB_Admin
Nintex Employee
Forum|alt.badge.img+8

Issue

When building a conditional rule with a numeric value,  the rule does not work. For example a form with a rule such as: ControlName >= '25,000' can be submitted even when ControlName is greater than 25,000.

 

Resolution

Form rules with number values should not include commas. Update the rule to just use integers. For example, ControlName >= '25000'