However, in the real workflow there are large amount of data in Loop#1 & in Loop#2 I split for optimizes batch size before Insert. So, I’m concerned your approach might overload the server. That’s why I want to process only one item at a time in Loop#1, ensuring sequential handling.