I am trying to use the function of Item type by percentage, but I do not have the proper output.
I have a source that delivers 4 items (Arrival schedule at time 0, and the items are pallets). I need that each item has 25% (one item of each time and if I increase from 4 to 8 items, then 2 items of each).
I've added a trigger on creation, Set Item Type by Percentage, and create four positions, with a percentage of 25% for each item type
item-type-by-percentage-task.fsm
My problem is at the end, I have 4 items, two for type 1, and one for type 2 and 3, but i don't have any item 4. (also if I increase the delivery to 8 items, I obtain 4 type 1, 2 type 2 and 2 type 3, but none item 4
Which is my error?