Skip to main content
Solved

Trigger filter and splits

  • November 25, 2024
  • 4 replies
  • 18 views

Forum|alt.badge.img+2

Hi there,

I have a flow with the trigger “placed order” and a trigger filter “containing item1 or item2 or item3,…” So the flow should only start, if s.o. buys minimum one of these items.

After the trigger I set a conditional split which says “placed order is equal 1”. Does equal 1 means, that the customer bought the first time one of the items from the trigger filter or bought the first time at all (maybe an item, which is not in the trigger filter).

Thanks, Chris

 

 

 

 

Best answer by chloe.strange

Okay I understand the question. The trigger will only pull in profiles who satisfied the conditions you included (placed order” and a trigger filter “containing item1 or item2 or item3,…” The conditional split will then split the group of profiles that entered into the flow, so “placed order is equal 1” would be referring to item1, item 2, 3 (what is included in the trigger), not just any item. This article also gives more information on how profiles move through a flow.

~Chloe

 

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

4 replies

chloe.strange
Community Manager
Forum|alt.badge.img+42
  • Community Manager
  • 433 replies
  • November 27, 2024

Hi ​@zellrebell

Great question! To clarify, what is the goal of including the conditional split in the flow?

  • You want customers to enter the flow only if they have placed an order for items 1,2, or 3
  • What do you want to happen next in the flow?

~Chloe


Forum|alt.badge.img+2
  • Author
  • Contributor IV
  • 7 replies
  • November 28, 2024

Hi Chloe, thanks for your reply.

Yes, only customers shall enter the flow who placed an order for the selected items.

The conditional split is to send the next email only to customers which made their first purchase over all time.

 

Thanks, Chris

 


chloe.strange
Community Manager
Forum|alt.badge.img+42
  • Community Manager
  • 433 replies
  • Answer
  • December 5, 2024

Okay I understand the question. The trigger will only pull in profiles who satisfied the conditions you included (placed order” and a trigger filter “containing item1 or item2 or item3,…” The conditional split will then split the group of profiles that entered into the flow, so “placed order is equal 1” would be referring to item1, item 2, 3 (what is included in the trigger), not just any item. This article also gives more information on how profiles move through a flow.

~Chloe

 


Forum|alt.badge.img+2
  • Author
  • Contributor IV
  • 7 replies
  • December 5, 2024

Hi Chloe, perfect, thanks for your answer.