My scenario keeps running multiple times after the aggregator module

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?

Hi @Abdelhak_CHATBI, Which module is the source for your text aggregator? What’s the main iterator module behind on the left ? Is it included in aggregation process ?

2 Likes

Hello @Abdelhak_CHATBI,
Please check your shared screenshot again. There are no aggregator modules is there.

Check it and update it accordingly.

1 Like

@dilipborad, Text aggregator behaves like an array aggregator (consumes 1 final operation, but modules before are executed for each iteration), but it should not iterate next modules.

2 Likes

Hello @kudracha,
It was my mistake, I didn’t see it.