question

chukiat avatar image
0 Likes"
chukiat asked chukiat commented

Can't get value from list that have been push from 2D token (not 3D item)

Hi everyone

Normally, I make list by event-trigger of item flow in 3D and I can get value after pull by next command

But I have some require that I want to create token in 2D, then assign some label and push to list

After I pull it, I can't refer any value from pulled token

Please suggest me What is my mistake

Test module.fsm

1690344688244.png

FlexSim 23.1.1
push to list
1690344688244.png (85.0 KiB)
test-module.fsm (40.1 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered chukiat commented

The pulled token is probably released and destroyed as soon as you pull it. Add a delay before it's destroyed, or add Refer to the SELECT part of the pull query.

· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.