Branch

This component enables you to divide the flow into multiple segments, producing several distinct outputs.

Description

The main task of the Branch component is implement logic that requires different outcomes or actions based on varying conditions. It helps in making decisions, controlling the flow of execution, and producing diverse outputs accordingly. By implementing "if" conditions this will sort the results. You can add conditions on your branch by clicking on "+ And" button or "+ Or Group".

The Branch component has the identifier of branch-X, where X represents the instance number of the Branch component.

Component settings

Parameter NameDescription

Only continue if

The condition to continue on this branch. On the first dropdown list you have to enter your input data. The second is all the 21 different conditions. The third is to complete the condition with a text or a date

Condition

Refers to all the 21 different conditions:

  • (Text) Contains

  • (Text) Does not contain

  • (Text) Exactly matches

  • (Text) Does not exactly match

  • (Text) Is in

  • (Text) Is not in

  • (Text) Starts with

  • (Text) Does not start with

  • (Text) Ends with

  • (Text) Does not end with

  • (File format) Are

  • (Number) Equals

  • (Number) Greater than

  • (Number) Less than

  • (Date/time) Equal

  • (Date/time) After

  • (Date/time) Before

  • (Boolean) Is true

  • (Boolean) Is false

  • Exists

  • Does not exists

Form

Only available for Text, File format, Number and Date/time.

This allows you to enter a text, a number or a date/time.

Advanced configurations

This Branch component has no advanced configurations.

Use case

Here is a simple use case of the Branch component, where the Branch component is being used with the condition "Text Starts with".

Last updated