Whats wrong with matching these 2 values?

I have an issue with matching 2 values although they seem identical. Not sure if there is a bug or if I am missing something.

image

there are no weird spaces or anything yet it never seems to match, what am I missing here, its driving me nuts

I’m confused - in your screenshot, your IF statement says “NOT Equals” OR “Is Empty” - since these strings are equal, and the first string isn’t empty, shouldn’t that register as False?

It looks like it’s working exactly the way you have designed it.