Hi All,
I need to create two loops using Split in batch node, with one in another. I have created a sample workflow as shown bellow:
However, the behavior is not as I expected, and I am unable to understand the issue.
The Insert node only executes with the 1st item from Loop#1, and skips the rest.
Please, help to understand the issue and fix it.
Thanks a lot, this works fine!
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.
I found a solution: I excluded the insert loop into a separate workflow, and now it works as required