Skip to main content
Nintex Community Menu Bar
Solved

Nintex Workflow Cloud Choice Fields with Conditional Rules NOT Refreshing

  • September 17, 2024
  • 4 replies
  • 76 views

Forum|alt.badge.img+1

I have a Nintex Workflow Cloud form with multiple choice fields. Some of these choice fields have follow up questions which will be displayed based on preceding response.  An example:

Choose Preferred Social Activity Type:

  1. Online events
  2. In-person meetups
  3. Other
    If other, list activity type below: _______________________

If a user selects (C) or ‘Other’, the follow question will display (If other, list activity type below: ______________________ ) as a required field.  However, as in some cases, a user may change their mind, check back on another option, say option  (A): Online events.

The problem: When a user switches response to A, Nintex will still force the user to fill-in the “If other, list activity type below: _________________” field. 

This is definately, refreshing issue and does not meet my requirement. See attached snippet of the error message.

Best answer by SimonMuntz

Hi @tadugna,

This sounds like an issue with the rule.
Ensure you add an Else clause to your rule to reverse the field being displayed and required.
Example:
 

 

4 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • Answer
  • September 17, 2024

Hi @tadugna,

This sounds like an issue with the rule.
Ensure you add an Else clause to your rule to reverse the field being displayed and required.
Example:
 

 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • September 23, 2024

Hi @tadugna 

Have you resolved your issue?


Forum|alt.badge.img+1
  • Author
  • Novice
  • September 24, 2024

Hi @tadugna,

This sounds like an issue with the rule.
Ensure you add an Else clause to your rule to reverse the field being displayed and required.
Example:
 

 

Hi @tadugna,

This sounds like an issue with the rule.
Ensure you add an Else clause to your rule to reverse the field being displayed and required.
Example:
 

 

Thank you much! This worked for my workflow but hope there is a native way of dynamically refreshing dependent fields, especially for non dev fox. Thank you!!


SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • September 25, 2024

Hi @tadugna 

In previous Nintex Forms products, form rules did automatically reversed if not true.
This seems to make Nintex Automation Cloud forms look inferior, but in fact, the reverse is true.
This makes the rule structure even more flexible. I don’t think it is a matter of having to be a developer but just a different learning curve. Thank you for your feedback.