I need to pick the part from conveyor using the robot, but I don't want to refer it as token.item using triggered source. Instead, I need to refer it as Model.find(conveyor1).first but before it exits the conveyor another part enters the station. so, I am facing the reference issue.
(Note: I am referring the location using global table, so I don't want to use token.item)