question

Patrick C4 avatar image
0 Likes"
Patrick C4 asked Matthew Gillespie answered

Dot syntax to push an array to a list

What is the correct dot syntax in push to list to push an array back to a list? I pulled 9 parts, did some processing on them and want to push them back to the list to get pulled by another token. Dot syntax is not my strong point.

FlexSim 20.0.2
dot syntax for push to list
capture.png (151.8 KiB)
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

Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered

If you just want to push all 9 items on the pulled label then you should set the Push Value to

token.pulled

This will individually push all the items in the array on the pulled label onto the list.

5 |100000

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