Ziggy - Services and Product Help

Branch to Subflow

Branches to a subflow based on the input edge element. This expect an array with only a single element.

Branch subflow

You might want to use the Iterator Block to take an edge with multiple rows on it and split it up into single elements.

For each entry you add to the branch, you specify an expression that evaluates against a key.

If your incoming edge data looks like this

[ { objectId: 86906762466, propertyName: "name", attemptNumber: 0, propertyValue: "Maison Deweys", subscriptionId: 3153733, subscriptionType: "company.propertyChange" } ]

You can use the following expression to evaluate.

subscriptionId === 3153733

Important - the expression must be a valid Javascript conditional expression.

Else

An entry without an expression will be assumed to be the else condition. If there is no else condition then the Flow will error if none of the prior conditions evaluate to true.

Last modified: 10 February 2025