Simple question in scenarios

Hi dear friends,
I have a very simple question but I could not find the solution. How can I connect a module to an existing module? As I provide the picture below, I want to connect the http module to the start of routing module.

You can’t go backwards.

What are you trying to do here?

If you want to repeat a module multiple times, you can use a repeater module.

I would suggest completing the Make Academy before jumping into building a complete scenario.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

Thanks for the references and I will watch them. But I am planning to do this:
I have a scenario that creates a case in a third party app with HTTP module. Now I want to form a loop in the scenario till the generated task changes its status from “To_Do” to “Completed” then I want to get a variable from that third party app.
For better explanation assume these steps:
1- create a task in the third party app
2- check if a certain variable value is completed or to_do (every 5 minutes)
3-If it is completed then run the rest scenario otherwise go to step 2