Skip to main content
Solved

Flow questions


Forum|alt.badge.img+2

Once a person enters a flow can you remove them so they dont get any more  emails that come in that flow or are they going to get them anyway? 

 

Thanks 

Best answer by Ashley I.

Hi @bhumphr6 ,

Welcome to the Community! 

Yes, it would be possible to make a user exit a flow before receiving the next message. It just depends under what criteria you would want to exclude a user from receiving the next message.

To accomplish this, you would utilize a conditional split. Like the below:


Conditional Splits can be configured based on the following variables:

  • What someone has done (or not done)
  • Properties about someone
  • If someone is in or not in a list
  • Random sample

Depending on your use case, you can configure the appropriate criteria that would qualify or disqualify someone from receiving the next email. 

Adding the next email under the “Yes” path in the above example will mean that anyone who meets the criteria set in the conditional split will receive the message. And anyone who does not meet the criteria will go down the “No” path and be exited from the flow. 

Hope this helps!

-- Ashley Ismailovski

View original
Did this topic or the replies in the thread help you find an answer to your question?

2 replies

Ashley I.
Partner - Platinum
Forum|alt.badge.img+39
  • 2025 Champion
  • 242 replies
  • Answer
  • January 6, 2024

Hi @bhumphr6 ,

Welcome to the Community! 

Yes, it would be possible to make a user exit a flow before receiving the next message. It just depends under what criteria you would want to exclude a user from receiving the next message.

To accomplish this, you would utilize a conditional split. Like the below:


Conditional Splits can be configured based on the following variables:

  • What someone has done (or not done)
  • Properties about someone
  • If someone is in or not in a list
  • Random sample

Depending on your use case, you can configure the appropriate criteria that would qualify or disqualify someone from receiving the next email. 

Adding the next email under the “Yes” path in the above example will mean that anyone who meets the criteria set in the conditional split will receive the message. And anyone who does not meet the criteria will go down the “No” path and be exited from the flow. 

Hope this helps!

-- Ashley Ismailovski


Akers Digital
Partner - Silver
Forum|alt.badge.img+21
  • Partner - Silver
  • 139 replies
  • January 7, 2024

Hey @bhumphr6 ,

Can you talk a bit more about the use case here? What specific flows are you trying to set this up with?

You can also look at various flow filters. I typically use flow filters that will exclude people from continuing on in the flow if they made a purchase since entering the flow (welcome, abandoned cart, browse abandonment…).

Let me know!