Why does flow continue after the iterator run once only?

I have set an iterator - google sheets - array aggregator (iterator source), then another google sheet and the rest of the flow. when the iterator runs once it continues beyond the array aggregator then repeats, which is causing 3 outcomes on the rest of the whole flow.

any idea why this is happening? been trying it fix it since yesterday.

Welcome to the Make community!

1. Relevant Screenshots

Please share screenshots of your scenario, any error messages, relevant module fields, and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:

2. Scenario Blueprint

Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

3. Output Bundles of Modules

Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A. Upload as Text File

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

Here are two ways to format text so that it won’t be changed by the forum:

A. Type code block manually
Add three backticks ``` before and after the content/bundle, like this:

```
content goes here
```

B. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

Hi there, here is a screenshot of the scenario, I even tried other scenarios but they all go through the same thing where the flow goes on till the end then repeats.

When I click on the “Explain flow” button, it does the flow normally where the iterator run 3 times before proceeding.

You might not need an iterator because a module before that is outputting more than one bundle.

Your aggregator module probably has to be linked to your trigger module.

You did not provide the rest of the requested information so I’m just guessing.

Hope this helps! Let me know if there are any further questions or issues.

@samliew