Is it possible to use an OR in a query on a text field?
ex:
sg.find("Task",[["step.Step.code","is",["Dept1","Dept2","Dept3"]])
That syntax of course doesn't work but was hoping there was something like it? I don't seem to be able to use "in" [] on a text field.
Thanks!