I’m trying to use a batch operation to split a large API connection job into individual requests. The workflow works, however only runs 2 times for a total of 50 inputs
Just hoping to get some information as to what i’ve done wrong
Welcome to the community!
a node is only triggered when it receives an input. In this case the last node does not run a second time. So it does not output anything for the loop to start its 3rd run