Decision/For-Each Unit

Decision/For-Each Unit


Decision / For-Each

  1. Purpose:
    1. The Decision/ForEach Unit is a control-flow component in the Flow Designer that enables conditional execution and iteration within an automation flow. The decision function evaluates defined conditions and routes the flow based on true/false outcomes. The For-Each function goes through every item in a list one by one and runs the set of steps you’ve defined for each item.
  2. How it works:
    1. The flow checks a Boolean condition (e.g., if X > 10).
    2. Based on the result:
      1. True path → Executes one branch.
      2. False path → Executes another branch.
  3. Use case:
    1. If the customer's age ≥ 18, proceed to payment; otherwise, display an error message.
  4. Visual Representation:
    • Related Articles

    • Edit Decision/For-Each Unit

      Edit Decision/For-Each Unit
    • Edit Decision/For-Each Unit

      Edit Decision / For-Each Unit
    • Flow Unit

      Flow Unit Overview Purpose: A Flow Unit in a flow diagram is the basic building block that represents a single step or action in a process. It’s the smallest executable element in a workflow and defines what happens at that point in the flow. What it ...
    • Database Unit

      Database Unit Overview Purpose: A Database Unit in a flow diagram interacts with a database as part of the workflow. It allows the process to perform structured operations such as reading, writing, updating, or deleting data. What it does: Connects ...
    • Edit Database Unit

      Overview A Database Unit in a flow diagram interacts with a database as part of the workflow. It allows the process to perform structured operations such as reading, writing, updating, or deleting data. What it does: Connects to a database system ...