Workflow Soluiton

 View Only
  • 1.  Nested If/Else Statements in workflow?

    Posted Sep 26, 2014 12:26 PM

    Hello,

    Is there a more efficient way to do this?  I am building a request form that has more logic than I am used to with Workflow.9-26-2014 9-09-36 AM.png



  • 2.  RE: Nested If/Else Statements in workflow?

    Posted Sep 26, 2014 02:39 PM

    You can probably cut down on the paths by using some GoTo Components (to jump to your Remove* comps that crash into End). However it looks like you are building a true hierarchy here... check Auto, then property, then Multiline... I'm unsure if that could get any cleaner.
     



  • 3.  RE: Nested If/Else Statements in workflow?

    Posted Sep 26, 2014 02:50 PM

    Agreed with reecardo.  To my knowledge there aren't any components that consolidate evaluations like this.  Decision components are intended to consolidate evaluations such as "matches" rules and output a value based on the outcome, but this is outside the function of the decision components (to my knowledge).

    -andrew