I had an output from ChatGPT that I needed to process separately, so I split it and processed each part at a time separately. But I’ve came across a problem:
After the aggregator module, it suppose to start running over from the first of the Iterator module but that do not happened. The modules after the aggregator keeps running until the last module in the scenario then it start over from the Iterator module.
here is a screenshot of that part of my scenario:
If you saw the ChatGPT module after the Aggregator module you’ll know what I’m talking about.
Any ideas how can I solve that Please?