I'm trying to model a situation where I have fewer bins than ingredients. To clarify/simplify: We have 7 ingredients that we use across a number of recipes, but we only have 6 bins. So, Ingreds: A-G. If a shipment comes in, and I already have some in a bin, it needs to go to the same bin. If it is an ingredient that is Not currently in a bin, it needs to go to an Empty bin. If none are available, it has to wait to be received. Ingredients behind it can be received if they have a place to go.
I tried to use a list but I can't seem to make a list limit the number of entries.
Any help in what direction to go would be appreciated.
I'm a newb at using Process Flow, so give me all the baby steps too please.