Transport out patterns on parallel processes

Hello Everyone,

I have four parallel processes transporting in patterns of 6 products, each process gathering products depending on different filters applied.
This step is used to gather products before sending them to the next process which is composed of 8 parallel processes, each of them requiring 6 products to start.

Unfortunately, when i transport out the products from Step 1, they are distributed along the 8 following processes, and do not remained grouped by 6.

Do you have an idea how i could, if i reformulate it differently, send groups of 6 products to the next first available process, and not having them distributed along all the next available processes ?

Thank you for your help.

hi,

Delete the products with remove-statement and create all parts as an assembly in one process.

Shouldn’t need to delete products, just make an assembly using Construct statement or directly transport in to an assembly in the first step.

I thought of using assemblies… I just wanted to avoid creating another assembly.
Is there a way we can send all products to the next available process on the next step ?

instead of an assembly you can also work with attach statements, here is an academy video: