Skip to main content
Contributor III
November 6, 2025
Solved

Flow Filters Like Segment Builder

  • November 6, 2025
  • 5 replies
  • 104 views

Is there a way to create a flow filter that uses "includes any of" a property instead of "equals" property. This makes it cumbersome to add each item one by one and already exists in segment builder.

Best answer by whereisjad

@kchung are you able to leverage the “is in” expression like its used below:

 

 

5 replies

whereisjad
Expert Problem Solver IV
Expert Problem Solver IV
November 6, 2025

@kchung you should have available a “contains” filter property.  Would that solve your problem?

— Jad A | Klaviyo + Shopify + API Integrations Specialist • 7+ Years' Experience Helping with new setups, seamless integrations, and API connections—happy to connect. http://ja-technical-consulting.xyz/
kchungAuthor
Contributor III
November 6, 2025

I’m doing it under the Profile filters for the event. The only option I see is equals. I’m trying to set it up so anyone who ordered one of the fifteen products in a group is sent a separate flow than everyone else, but don’t see a way to select multiple. I have to do a What someone has done filter for each item.

whereisjad
Expert Problem Solver IV
Expert Problem Solver IV
November 6, 2025

Ok what is the type of the custom property you are working with, is it only string? not a list or array type I suppose

— Jad A | Klaviyo + Shopify + API Integrations Specialist • 7+ Years' Experience Helping with new setups, seamless integrations, and API connections—happy to connect. http://ja-technical-consulting.xyz/
kchungAuthor
Contributor III
November 7, 2025

Ok what is the type of the custom property you are working with, is it only string? not a list or array type I suppose

Yeah, it’s just a simple string match for the product code. So it’s:

What Someone Has Done > Ordered Product > Product # (As a string)

whereisjad
Expert Problem Solver IV
Expert Problem Solver IV
November 7, 2025

@kchung are you able to leverage the “is in” expression like its used below:

 

 

— Jad A | Klaviyo + Shopify + API Integrations Specialist • 7+ Years' Experience Helping with new setups, seamless integrations, and API connections—happy to connect. http://ja-technical-consulting.xyz/