I'm doing a UI query with Autoinput plugin. The query gives me this... [Navigate up, Flow1, ON, More options]
therefore %aitext() = [Navigate up, Flow1, ON, More options] or written in Automagic aitext == "[Navigate up, Flow1, ON, More options]"
How to I make the expression true if any of the queried text result includes just one word I am looking for? I want the expression to be true specifically because the word "Navigate" is found.
I do UI queries and look for keywords, mostly a couple or a few keywords ie: "Navigate" and "Flow1" from the above. This way if the keywords are

Please