Skip to main content
Solved

Abandonment Cart flow

  • October 10, 2024
  • 1 reply
  • 45 views

Forum|alt.badge.img+3

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

 

1 reply

bluesnapper
Partner
Forum|alt.badge.img+45
  • Champion & Partner
  • 784 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