Hello, I have a two-level, nested loop that works when I have a GroupBy node between the loop end nodes but gets hung-up when I remove the GroupBy node between the ends. Has anyone else had this problem?
Thanks!
Bea
Hello, I have a two-level, nested loop that works when I have a GroupBy node between the loop end nodes but gets hung-up when I remove the GroupBy node between the ends. Has anyone else had this problem?
Thanks!
Bea
Hi @beahyu,
GroupBy stuck between Loop End nodes? How big is data you are processing? Does it get stuck after first iteration of outer loop or in some later iteration? Can you create workflow example where this behavior can be seen?
Br,
Ivan
There’s probably another node connected to a node before the loop end. Like start > node1 > node 2 > end, but node 2 goes also to another node outside the loop. Then Queued would hang expecting the loop to end, but nothing signals the end node.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.