Skip to main content
Solved

Event information inside conditional statement

  • March 6, 2021
  • 2 replies
  • 267 views

IanHogers
Contributor IV
Forum|alt.badge.img+2

Was wondering if there’s a way to pull event information into a conditional statement inside a flow

Like so:

I’m trying to compare if someone’s property is the same as that of the event. 

Any idea how to do this? or maybe a workaround?

Kind Regards,
Ian Hogers

Best answer by julie.accardo

Hi Ian,

 

Rather than using a conditional split in instance, you have the ability to set up a trigger split or trigger filter to filter users based on conditions true to the triggering event for the flow.

An example of a trigger filter could be if the trigger for the flow is “Ordered Product” you could then set a trigger filter to say that the user should only qualify for the flow if that ordered product was item X.

 

Hope this helps!

Julie

2 replies

julie.accardo
Klaviyo Employee
Forum|alt.badge.img+38
  • Klaviyo Employee
  • Answer
  • March 7, 2021

Hi Ian,

 

Rather than using a conditional split in instance, you have the ability to set up a trigger split or trigger filter to filter users based on conditions true to the triggering event for the flow.

An example of a trigger filter could be if the trigger for the flow is “Ordered Product” you could then set a trigger filter to say that the user should only qualify for the flow if that ordered product was item X.

 

Hope this helps!

Julie


IanHogers
Contributor IV
Forum|alt.badge.img+2
  • Author
  • Contributor IV
  • March 8, 2021

Thanks @julie.accardo Will try that!