Hi,
I have looked everywhere but couldn't find a post about my specific problem (or even similar examples for this tool).
I am trying to use the "Test" tool to stop my workflow based on a specific condition. Basically I am joining two tables and if rows from the right table don't match with the master table (on the left input), then I would like the workflow to stop working.
I have tried adding the "Test" tool with the test type "Expression is True for All Records" and setting the test Value to [Field] != "Null" (the field names are strings, it is okay if it kicks out a blank one, or therefore Null, but it cannot include an actual word or even letter). When I test this workflow (and put in a wrong name that won't match on purpose) it does not give me an error.
Basically I have one master table on the left which includes project names (let's say: Admin, Other, Training) and then another table where people put in project names (they can include all or part of the ones from the master table). However, I want the workflow to stop working if someone accidentally typed "Ad" instead of "Admin". How can I do this?
Can anyone help me with this, I am running out of ideas?
Thank you,
V