Skip to main content
Contributor IV
November 25, 2024
Solved

Trigger filter and splits

  • November 25, 2024
  • 4 replies
  • 145 views

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

 

 

 

 

    This topic has been closed for replies.
    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

     

    4 replies

    chloe.strange
    Community Manager
    Community Manager
    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

    Contributor IV
    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
    Community Manager
    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

     

    Contributor IV
    December 5, 2024

    Hi Chloe, perfect, thanks for your answer.