Push All Items on a list to another when list1 reaches a certain size

Push All Items on a list to another when list1 reaches a certain size

brendon_n
Not applicable
12 Views
1 Reply
Message 1 of 2

Push All Items on a list to another when list1 reaches a certain size

brendon_n
Not applicable

[ FlexSim 18.2.0 ]

I have a list, List1 onto which orders will be pushed. I want to pull all entries from List1 and push them to List2 once List1 has a certain number of items in it. How can I do this in process flow?

0 Likes
Accepted solutions (1)
13 Views
1 Reply
Reply (1)
Message 2 of 2

jing_chen
Not applicable
Accepted solution

Hi, @Brendon N

You can try to listen pushes of the list to a certain number as the model attached.

pullallatcertainnumberv18.fsm

May it helps~