Skip to main content

Logic Connectors

Logic connectors allow you to perform logic operations based on the output of other connectors.

Let's look at some of the logic connectors we have on Alloy today:

If-Else Condition

If-else lets you define a condition you want to check for before either proceeding on the True branch or the False branch of action.

Branch

Branch allows you to perform different paths of logic depending on the output value of a previous app. There are 2 options for the "Which branches should execute?" field within the Branch connector:

  • All branches with passing conditions
  • Only first branch with passing conditions

Iterate

Iterate can perform operations on each item of an output, if that output is a list of items