Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
I have a condition that checks if at least one customer tag contains "Inactive" but it didn't trigger. Can someone help on this? Happy to share more details.
Solved! Go to the solution
This is an accepted solution.
Hi @tchan122,
Try checking for whitespace on the string you're testing against or the tag. Often there may be a space which is not shown in the page markup but will be shown in the Flow editor or customer tags list.
Hope that helps!
This is an accepted solution.
Hi @tchan122,
The way that is structured, it is checking the same item as it iterates through it, which is why it shows as both checks matching but the condition evaluating to false. There are each tag in there but it's never true at the same time.
If you just want to check for two tags like you mentioned, do two loops through the tags so you have two At least one customer / tags loops, one for each tag.
Hope that helps!
This is an accepted solution.
Hi @tchan122,
Try checking for whitespace on the string you're testing against or the tag. Often there may be a space which is not shown in the page markup but will be shown in the Flow editor or customer tags list.
Hope that helps!
Hi @DaveMcV , thanks for pointing that out. I did have a few empty spaces within the Flow condition string.
Hi @DaveMcV , I have a somewhat related question. I have a condition that checks for 2 tags. Both of them is accepted but the overall condition failed when I've set the condition as "At least one of customer / tags". I understood this as if either or both were accepted, the condition would also be accepted.
Could you help me out with this? Thanks
This is an accepted solution.
Hi @tchan122,
The way that is structured, it is checking the same item as it iterates through it, which is why it shows as both checks matching but the condition evaluating to false. There are each tag in there but it's never true at the same time.
If you just want to check for two tags like you mentioned, do two loops through the tags so you have two At least one customer / tags loops, one for each tag.
Hope that helps!
Thanks @DaveMcV , it reads like it should work with both ways but thanks for sharing the solution.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025