Nested loop ( two loop over item loop) marked as done and bypassing new data

Hey @3xOGsavage , nested looping is not supported in a sense it brings unexpected results. I also do not see the need in the 2nd loop.

Though if the nesting does work for your use case there is a reason why the new data is bypassed. You need to reset the Loop node for the new data set to be iterated. See Loop Node Only Processes the First Item - How to Fix? - #12 by Jon for details.

1 Like