Rules based on Task Outcome - O365

  • 30 September 2015
  • 3 replies
  • 2 views

Badge +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

Userlevel 6
Badge +16

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

Badge +6

Hi,

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

Badge +6

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 = ''

Reply