Skip to main content
Nintex Community Menu Bar

Rules based on Task Outcome - O365

  • September 29, 2015
  • 3 replies
  • 11 views

Forum|alt.badge.img+6

Hi,

I have the following form set up in O365.

Task Form which has normal field controls, task outcome control, a save button and a submit button.

On the buttons, I have rules to display the relevant button depending on which task outcome is selected i.e. Task Outcome = Save details, then I show the Save Button, Task Outcome = Process data, then I display the Submit button.

So by default, I do not want the submit button to be displayed. The rule should hide the submit button based on the default value of the Task Outcome, which I have set on the control, and on the Task activity. When I preview the form, it works as expected but when I run the workflow, then the submit button is not hidden.

Any ideas?

Thanks

3 replies

Forum|alt.badge.img+16
  • September 30, 2015

You can set it "Invisible" as default and then show it on your rule


Forum|alt.badge.img+6
  • Author
  • September 30, 2015

Hi,

Tried that but the button does not show on the rule.


Forum|alt.badge.img+6
  • Author
  • October 2, 2015

I have added an OR statement to the TaskOutcome that equals an empty string. This resolved the issue.

i.e. Task Outcome = 'Process data' || Task Outcome = ''