Hello, all. I have an action called “Close Work Order” that sets the [Work Order Status] column to “Closed.” I don’t want the action to be available if the value of the [Task Code] column is either “MILLING” or “TRAINING.” I tried this expression but it does not work; action still shows up:
OR(
[Task Code]<>“MILLING”,
[Task Code]<>“TRAINING”)
When I use just one of the expressions - for instance [Task Code]<>“TRAINING” - the action’s availability behaves as it should. I’m almost certain the fault is in the logic of the expression but since I’m drinking decaf coffee today, I can’t see it.
Any help is appreciated. Thanks!