Hello,
I'm trying to move an object from the conveyor to a queue by using the feature move object,
it works when i put in Object : token.item however when i'm using lists and i want to move the object having a label (number of the pallet) i just pulled from the list i have this error :
FlexScript exception: Invalid down cast. Object is not an instance of the target type. at MODEL:/Queue1>variables/sendtoport
here's a simplified version of my model attached TEST_1.fsm
Can you please help me ?