You are here: Reference > Rule types > Data Flow rules > Branching a data flow rule

Branching a data flow rule

You create multiple branches in a data flow to create independent paths for processing data in your application. By splitting your data flow into multiple paths, you can decrease the number of Data Flow rules that are required to process data from a single source.

  1. In Designer Studio, click Resources > Data Model > Data Flow.
  2. Click the Data Flow rule to branch.
  3. On the Data Flow tab, locate the Destination shape and click Add branch.
  4. In the new data flow branch, right-click the new Destination shape and select Properties.
  5. In the Output data to section, expand the Destination drop-down list and select the destination rule type:
  6. Depending on the destination rule type, select the rule of that type to become a destination in this Data Flow rule or create a new rule by clicking the Open icon.
  7. Click Submit.
  8. Optional: Click on the branch and select Convert, Data Transform, or Filter to apply additional processing to the data in the new branch. These shapes are specific only to the branch on which they are added and do not influence data processing on other branches in the Data Flow rule. You can add multiple branch-specific shapes in a single branch.
  9. Optional: Repeat steps 1 through 8 to create additional branches in the Data Flow rule.