Hi ,
When we use the FindSlot () activity in the process flow. The activity gives the slot info and from the slot info, we need to derive the rack info, which I see can be avoided by adding an extra field in the find slot activity. This avoids the type conversion code to fetch the rack info which will be difficult for beginners in FlexSim.
token.slot.as(Storage.Slot).storageObject // Code to fetch rack info
Regards,
Arun KR