Solved

Seeking Assistance: Conditional Split in Email Flow

  • 10 February 2024
  • 2 replies
  • 33 views

Badge

Hello Klaviyo Community,

We're facing a puzzling challenge in our email flow and could really use your collective wisdom. Here's the rundown:

Our current setup involves sending out an email after users sign up via our contact form, which is working smoothly. However, within this email, we've integrated two buttons: one labeled 'Yes, send me the code' and the other left without any specific action.

The code snippets for these buttons are as follows:

  • 'Yes' button: {% update_property_link 'override' 'yes' 'https://mindsightnow.com/' %}
  • 'No' button: {% update_property_link 'override' 'no' 'https://mindsightnow.com/' %}

The aim here is to update a profile property ('override') based on the button clicked. Subsequently, we've set up a conditional split with the condition "properties about someone" where 'override' equals 'yes' (type text) for the 'Yes' branch.

However, despite users clicking the 'Yes' button and the profile property being correctly updated, the flow stalls at the conditional split. As a result, subsequent emails are not being sent out.

We've scrutinized our configurations and everything appears to be in order. But alas, we're stumped! Have any of you encountered a similar issue before? Any insights, troubleshooting tips, or best practices you can share would be immensely appreciated.

Ensuring the smooth functionality of our email flow is vital for our operations, and your assistance could make all the difference.

Thank you in advance for your invaluable support and expertise!

 

Images Related to the problem:

Flow Chart
​​​​
Conditional Split
What is happening now.

Warm regards,
Kai 
Mindsight

icon

Best answer by KaiShade 10 February 2024, 21:51

View original

2 replies

Badge

Update: I figured it out and it is now working =)

 

For anyone wondering how to make a setup like this just note that you need to add a wait time of a few minutes so that the conditional split doesn't activate immediately giving the user some time to respond to the email.

 

Userlevel 7
Badge +58

@KaiShade - Glad you figured it out.  But yes, I immediately was going to tell you that you’re not giving your users enough time to click the link to update the value before Klaviyo moves to the next step (which in the example you provided, happens almost immediately).

Thanks for coming back and sharing your solution!

Reply