I am trying to pick products from a specific cell from a storage rack/storage system. In the RackStore block, it is possible to store products in a specific cell by providing the row, position and level.
When the product is stored in this specific cell, I want to retrieve it later on from this specific cell. So, I want to pick a product using rackPick block (or any other block) by giving the inputs row, position and level.
So for example, I have product A stored in row 1, position 20 and level 2. I want to pick the product from this specific cell. How can I accomplish this?