Skip to main content
Solved

Abandonment Cart flow

  • October 10, 2024
  • 1 reply
  • 33 views

Forum|alt.badge.img+2

I’ve created an Abandonment Cart flow. I have two different emails: one for someone who added only one product to their cart, and another for someone who added multiple products. How do I use a conditional split to achieve this?

Best answer by bluesnapper

Hi @moeezahmad8 

For your flow, add a trigger split as that uses data from the checkout started event. Below will work: ‘item count equals 1’ if true the profile goes down the YES branch, otherwise the profile goes downs the NO branch (multiple items in checkout).

Hope that helps.

Regards

Andy

 

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

1 reply

bluesnapper
Partner
Forum|alt.badge.img+45
  • Champion & Partner
  • 740 replies
  • Answer
  • October 10, 2024

Hi @moeezahmad8 

For your flow, add a trigger split as that uses data from the checkout started event. Below will work: ‘item count equals 1’ if true the profile goes down the YES branch, otherwise the profile goes downs the NO branch (multiple items in checkout).

Hope that helps.

Regards

Andy

 


Reply