How do I set the BRANCH Flow Service to execute the TRUE and FALSE branches?

Doug Hauf picture Doug Hauf · Jun 9, 2014 · Viewed 11.2k times · Source

How can I get the BRANCH statement in the following flow service screen shot to execute the TRUE and FALSE branches?

I have the Switch set to the variable that I want: /LowerCase I set the Scope to lowercase "doug" and my MAP above the BRANCH is a LowerCase string.

enter image description here

Answer

Nishanthi Grashia picture Nishanthi Grashia · Jun 11, 2014

For the same question, Branch can be used in two ways in the image below:

enter image description here

  • Method 1: Use branch like a switch-case statement (The first branch statement)

  • Method 2: Use branch like an if-else statement (The second branch statement)

Hope it helps!!