AJO - Query in journey Condition
Hi, I have the following table from Query Service. This profile has those message_ids associated

I want to know if the message_id = 2c2de416-27bc-41a5-8c83-4a8cebd79da4 is part of the message_ids associated to that profile.
But when I create the condition:

and test for test@test.com, this is my result: it takes the false path and, as I showed in table, that message_id is part of his profile

So how can I achieve my goal of check if a message_id is part of ALL message_ids received for a profile? Is there a way to look for a value in a list? For example, look for my message_id in a list of message_ids for that profile?
Thanks.
(I used message_id name but I know it's messageID, no worries with that, I'm using the correct name)