I'm having trouble with creating an expression to trigger the Error Message Tool. I have it connected to a Text Box and I wanted it that if they entered an invalid value (in this case an invalid ID), it would trigger the error message.
I've tried the following:
[#1] != "ID1" or "ID2"
I've also tried:
([#1] != "ID1")
or
([#1] != "ID2")
I'm guessing there's some nuance in the Error Message Tool that I'm not getting or maybe I'm just not thinking about it right lol