# Switch

iframe
## Parameters

You can create multiple branches through different conditions. Enter corresponding conditions in each branch; the flow will enter the current branch when the condition is met.

- **When condition is met**
  - You can input text or add variables, supporting multiple logical judgment conditions:
    - Equals
    - Not Equal
    - Greater Than
    - Less Than
    - Greater Than or Equal To
    - Less Than or Equal To
    - Contains
    - Does Not Contain
    - Exists
    - Does Not Exist (No need to fill in the content on the right side of the logical operation)


## Output

- **Output Parameters**
  - None
- **Execution Log**
  - Start Time
  - End Time
  - Duration (ms)
  - Status (Success/Failure)


## Related Nodes

[Loop](/rparobotic-process-automation/03-node/03-flow-logic/02-loop)