I am using the following statement on a conditional decide:
getlabel(token, "machinesNeeded") >= getlabel(token, "OpNum")
I have two operators.
There is only one machine needed. One operator should go out of connector one and the other out of connector 2. The issue is that both operators are exiting out of connector one. Any ideas why this is happening?