I am looking to pull multiple items with specific quantity from a list. For example, I want to pick 2 Red, 3 green and 1 blue tokens from the list. I can use a label and partition to pull 2 red token and add another pull from list for green and blue subsequently. Is there a way to pull 2 red, 3 green, and 1 blue at once if they are available?