I have a text field with a numeric appearance. The text field has a mask input to format it as a phone number in my country (xyz-xyz).
If there is no phone number, the surveyor should enter 99-999999. Then there are several questions related to that question and should only be relevant when the phone number isn't 99-999999.
I tried using != eg. ${phone}!='99999999' but it is not working. I tried using the functions contains() but same results.