I would like to know how and how I should issue the SQL syntax in order to grab a specific transaction in plural tokens
In my idea, when Transport1 arrives at the designated location, the token will be pushed into the deliverCarts list, and at this time the pickstation will grab the current arrival (the box transported by transport1) from the list and process the token
For example, the first transported object is type 16, which is the fourth token in the Pull from finish of the pickstation process. How can I trigger it to make it enter the next stage?