Hello,
I'm having an issue with picking multiple quantities of the same SKU. When I'm running my simulation, the model only shows a single flowitem, but there should be 3 flowitems. I checked my tokens and it seems the 3 flowitems have the same SlotItem as shown in the image below under the Item label. I thought that by using the following code a SlotItem would not be duplicated. Could someone suggest what I'm missing? I've also uploaded my model if that helps.
Storage.Slot.Item slotItem = token.SlotItem; slotItem.storageItem.assignedSlot = 0;