I am trying to take a list of dates in a text input tool and compare them to the current date using the test tool. If the current date matches a date in the text input tool, then the test should pass but if not then fail. Apparently the test tool does not work that way. If there is a non-match then it fails whether there is a match or not.
My question is, is there a way to accomplish this? Here's a partial screenshot of what I have.


