My module run 10 times without me adding a repeat module

Hey guys, so I encountered a problem. Basically I have a webhook from another software and a router which is working perfectly fine. Then, I’ve set up a filter, which is also going perfectly fine. So in this case, it goes to the X route. The webhook basically receive a long text, which I want to turn into an array. So i used the split formula, and it’s working perfectly fine and gives an output of 15 items in the array. Now I used the bulk create row and it’s working perfectly fine. Then, I put a second bulk create row, since 1 module can only create 10 records, so the second module is for the 11 - 15 record. However, I don’t know why, I don’t even put a repeater module in it, it basically just run 10 times. I tried to change the module, but it didn’t worked. And then I tried to put a sleep module, and now, the sleep module and the second bulk create module is repeating it self until 10 operations. How do I solve this?