Skip to Main Content
Nintex Ideas

đź‘‹ Use this site to provide feedback and ideas for all Nintex Products. See our post on Nintex Community "Welcome to Nintex Ideas" for more details on Nintex Ideas, how an idea is handled by our product teams and more!


If you have questions about Nintex Ideas, please contact ideas@nintex.com

If you require support, please visit Nintex Customer Central

If you have a sales inquiry, please contact sales@nintex.com

Status Open for voting
Categories Form Designer
Created by Guest
Created on Mar 18, 2024

Add else if in Form Rules

For example, I have below requirement:

If Text = A, then Number = 1

Else if Text = B. then Number = 2

Else Number = 3


In currently version, form rules only have if - else, I need to create a rule for "if text = A", a rule for "if text = B", a rule for "if text is not A and B". if my requirement has more "else if", I need to add more rules. It is hard to troubleshoot when having so many rules.

  • Attach files
  • Daniel Wilberger
    Reply
    |
    Mar 28, 2024

    I've thought about this same issue and have worked around it by creating variables containing complex logic and then using those variables in the rule conditions or rule results themselves. Often times I do things like "if ___ is empty or ___ is filled then set value to variable" and the variable contains everything I need. Hope this helps until rules have more complex logic.