See a similar post. I am not after validating the email address, I just want to evaluate a string field for ‘empty’ status. I cannot figure out any valid configuration between contains, matches, equal to, not equal to : to the “”, ‘’, or null value.
Example:
@Engineer88 I don’t have anything to test against, but I used is equal to string.Empty and it validated.
Thanks, Gave it a whirl, but is still failing the condition
Would flipping the true versus false work and make it “is more than” and then a value of 0 work?
Does seem to work! Thanks, I’ll roll with this.