I have a tugger that is searching for objects that it can pick up, but it has to be able to fit on the tugger's train, and be scheduled to be picked up by that specific tugger. I assumed the following code would work:
It doesn't ever pull anything, but when I put in the values (instead of the FlexScript queries) it works e.g:
Note that current in the first section points to the tugger object that has the labels.
How can I reference these labels within the query? Do I need to put them on the token instead of on the object?