How to continue the scenario flow after router finishes routing?

What are you trying to achieve?

Hi guys, currently, I’m trying to create a scenario where Make creates folders and subfolders from an existing excel list according to company departments, and then the people working on each department.

The problem is, I got make to create the folders using a router, and after the folders are created, I want to move files to their corresponding folder based on their names.

What I don’t know is… how do I continue the scenario AFTER the router finished processing all routes? The AI says there should be a convgercence module, but I cannot find it.

Any help would be appreciated.

Steps taken so far

I have already created the router routes to create the folders of the company departments and the subfolders for each person working on each department using a router with filters to process the department first, and then iterate on the person to create a folder with their names.

Screenshots: scenario setup, module configuration, errors

Hey @jpfrut,

so there is no converger module in Make - seems like the AI got it wrong :confused:
However, you can set variables and then get variables later in the scenario using the Get/Set variable modules.

Do you want to execute the part with the five modules at the bottom of your scenario? I think you could attach it to the excel module (depending on your variable input) and then it’s only being executed once and not for every bundle of the iterator :slight_smile:

Best,
Richard

2 Likes

Hi @Richard_Johannes, thank you for responding. That makes sense! I want the scenario to, once finished doing the iterations from the router, then continues to execute the 5 modules at the bottom.

What I don’t know is, how to do another connection? Perhaps it is my lack of expertise, but, do I need to add a router to the Excel module? So it will first execute the iterations, and THEN execute the bottom part?

You can drag the One-Drive module next to your excel module and it will automatically spawn a new router. Alternatively you can click the small bubble on the left side of your one-drive module and drag it over to your excel module. This will then connect and execute after the iterator is done.

The scenario executes top to bottom. So when one branch is done, the next one is being executed. In your case that means after the excel file the iterator starts, executes everything and then once this part is done, the last 5 modules are being executed :slight_smile:

2 Likes

You’re the real MPV, thank you so much!

2 Likes