Skip to main content
Nintex Community Menu Bar

Comment Required Field Does Not Work As Expected in Flexi Task

  • March 26, 2021
  • 0 replies
  • 91 views

butlerj
Nintex Employee
Forum|alt.badge.img+20
ISSUE
When using Assign Flexi Task custom outcome, the Comments required field does not work as expected.
ERROR CODE
RESOLUTION
  1. In the Assign Flexi Task, click on edit form with Nintex Forms.
  2. Click on the Comment Sections.
  3. Add the following Validation Rule to the comments field in the form:
    (Decision == '2') && (isNullOrEmpty({Self})) 
  4. Run the workflow.
  5. Go to the Nintex Content database and look for Configured outcomes table.
  6. Locate the Custom outcomes and note the associated ID.
  7. Update the rule above with the Custom outcome ID as follows:
    (Decision == 'CUSTOM_ID') && (isNullOrEmpty({Self}))
ADDITIONAL INFORMATION
RELATED LINKS