ISSUE
When using Assign Flexi Task custom outcome, the Comments required field does not work as expected.ERROR CODE
RESOLUTION
- In the Assign Flexi Task, click on edit form with Nintex Forms.
- Click on the Comment Sections.
- Add the following Validation Rule to the comments field in the form:
(Decision == '2') && (isNullOrEmpty({Self})) - Run the workflow.
- Go to the Nintex Content database and look for Configured outcomes table.
- Locate the Custom outcomes and note the associated ID.
- Update the rule above with the Custom outcome ID as follows:
(Decision == 'CUSTOM_ID') && (isNullOrEmpty({Self}))
