I have work order tokens that pull part tokens from a list and store them as token.pulled. I also use lists for synchronizing batch type activities. Rather than pushing back to the list I release the part tokens to another activity. Is there a syntax to release the entire array at once? I've been doing it with a repeated loop until all pulled parts have been released but would like something more efficient. Being an SME who learned Flexsim I don't know all the SQL and Flexscript code.