Flow Splitter

Flow splitters help you in dividing the flow into two parts. Based on whether a condition is true or false, a different branch of the flow gets executed for the customers.

For example, you can add a condition like total purchase value > 1000 . If it’s true give a discount of 5% and if it’s false, give a discount of 10%.

Click on Flow Splitter to split the flow based on a condition.

These filters can be of two kinds, just like how they were there to select audience when defining flow entry:

  1. Based on Customer’s Actions:

    These are based on what actions customer has performed either in the past or since the flow has started.

  2. Based on Customer’s Attributes:

    These are based on the information about the customer contained in that event that has led to the start of the flow.

Last updated