Hi fellow users,
I am working on a warehouse model. For picking, an operator gets a pre-loaded cart with orders and then they begin the pick path. I am trying to create the same logic by using process flows, I've used some ideas from the "warehouse model", however, I am not able to figure out how to assign the pick locations for each line to the same array so that I can start the pick sequence.
In this model, I tried batching the tokens for the orders but when I append the arrays from the tokens, it makes a new array with nested values which is not what I want.
Any help will be appreciated, thank you.