Skip to main content
Nintex Community Menu Bar
Solved

Can't use Outcome value on task form to show/hide other fields

  • January 28, 2025
  • 2 replies
  • 74 views

Forum|alt.badge.img+4

I’m editing a task form in my workflow. I want a custom field called “Comments” to show if the user selects the “Reject” option for the outcome. Normally I would do this by adding my custom field to the form and then for the “Visible” property set it to something like Form.Outcome == “Rejected”. But I can’t get this to work. The Form.Outcome control is missing!!

 

 

Why is the “Outcome” control missing from here and how can I make rules when I can’t see it??

Best answer by Prineel_V3

Hi ​@jeffoliver1000 

You can do this using rules:

 

2 replies

Forum|alt.badge.img+8
  • Nintex Employee
  • Answer
  • January 28, 2025

Hi ​@jeffoliver1000 

You can do this using rules:

 


Forum|alt.badge.img+4

Thank you. That works, however still not sure why the form control doesn’t show up else where like it does with other form controls.