I'm a bit puzzled about how to build an "Anyof()" statement in the step "precondition".
I want to setup a statement that will NOT run the last step in a subsequence if any of the preceeding steps fail, though some will be "Skipped".
If I use "AllOf()" and include the steps as "Passed", then it fails in my precondition because of those that are skipped. I want "NOT (AnyOf())" and list all the steps Failed, but the buttons won't let me construct that for of statement (can't put the "NOT" in front, nor a "!".
What am I missing here?
Mike