My scenario requests Todoist for Uncompleted Tasks, then Deletes those tasks, before continuing on with the rest of the scenario.
But it seems to continue after only processing one bundle, no matter what I do. I’ve tried with only an Iterator, I’ve tried with an Iterator followed by an Aggregator, I’ve also tried just an Aggregator by itself.
I’ve also tried adding an error handler as suggested in some threads.
Every time I run the scenario, it processes one bundle, then continues the rest of the scenario.