I have a kinda complex workflow, but i don’t understand why it is so unstable, and by that i mean, the first loop iterates through 10 items, but the filters never actually filter 10 items, and almost never the workflow uses all 10 items in all nodes, and i don’t understand why this happens, am i build the workflow in the wrong way?
If it’s an array of objects try using “Split Out” node to split and then try querying the data, it acts similar to looping, if it doesn’t work pls share the workflow so I can try recreating it and help.
This actually worked! now the only problem i have is the loop not ending properly and looping a larger number of times than the number of input data, it loops 16 times but only recieves 10 input items