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!