'IS' filter is functioning as 'CONTAINS'

I have an identifying field called DOT - they are numbers stored as text. Single line text.

Webhook comes in and identifies every entry that CONTAINS that string. How do I get ‘IS’ to function as IS EXACTLY?

Example - trigger for 654321 also effects 87654321 because it CONTAINS 654321. Even though there is a CONTAINS option and I am not choosing that filter.

Hi @Andria_D_Baunee, we tested this functionality and it appears to be working as expected on our side. Could you double-check the actual value of the variable being passed?

One quick way to verify is to add a simple Send Email action in your automation, insert the variable into the email body, and see what exact value is sent. That might help pinpoint the issue.

Let us know what you find.