How to split bundle into operations

Hello, i use JS module to make a boundles of products, then i have to add them to order via api, but i have to do that one by one for example 3 boundles = 3 operations. I use iterator but it doesnt split it to operations, and the api module get 3 boundles in one operations. Do you know how to fix that?

Hey there,

can you show what you have mapped in the iterator? Also, if you want separate bundles, why do you have an aggregator?

Thank you for reply.

I have a aggregator because i was trying some combinations.