Flow Services-Branch:

The BRANCH step allows you to conditionally execute a step based on the value of a variable at run time.

When you build a BRANCH step, you can do this by two ways:

  1. Branch on a switch value (Switch –case):

Use a variable to determine which child step executes. At run time, the BRANCH step matches the value of the switch variable to the Label property of each of its targets. It executes the child step whose label matches the value of the switch.

Chooses a child step based on the value of a variable in the pipeline.