Issue with looping

Hi there,

I am having an issue getting splitinbatches1 to take more than one set of data. It will loop through the first set however when I try to send it a new set of data it just stops at the code node and doesn’t activate the batch node again. Any ideas for help?

Hey @Nostalgic,

Welcome to the community :cake:

I would probably look at using a second workflow for the looping, Is it making the second loop and waiting or does it go back through the other loop?

So splitinbatches1 creates a loop. Once the loop finishes through its first bulk of items it triggers the first batch node at the beginning of the work flow to send another batch. So it shouldnt be an issue of data being sent to “quickly” to the splitinbatches1 batch node. Ill try the separating and see how that works.