Hello i need to combine items with this logic
10 cake + 1 sugar = 10 cake with sugar.
All 10 of them needs to be combined(processed) at the same time
What i did is putting a queue for the cake with 10 batches enabled, and put the combiner settings on 'batch'.
But instead i got 11 items out of it, so it means that the sugar is still there not 'combined'.
If i put it in any other mode it'll combine it into 1 single item.
Is there any ideas to get around this? Sorry for my english