Tools

Flow Control: What You Need to Know When Working with Make.com

Flow Control in Make.com is a powerful toolset that helps you manage, navigate, and control workflows more effectively—from repeating actions and branching to error handling. This article explains what Flow Control is and how to use it.

What is Flow Control?

In Make.com, Flow Control is a set of tools that helps you manage and navigate other modules within a workflow more effectively. Think of it as a special module that doesn't connect to any applications but instead coordinates and branches out to other modules.

How to use Flow Control

In Make.com, Flow Control is not a feature that needs to be "turned on" in the usual way. You can use it directly in scenarios in two ways:

Method 1: Create Flow Control as a New Module

Click the "+" to add a module to a scenario as usual. Instead of selecting an application, choose Flow Control from the module list and then select the desired type of Flow Control.

Flow Control Trong Make Com 1

Method 2: Use the Menu Bar

Click the Flow Control button in the bottom menu bar → choose the Flow Control to add to the scenario → link it to other modules.

Flow Control Trong Make Com 2

Types of Flow Control in Make.com

Repeater

The Repeater is the only action-type module in Make.com's Flow Control. It helps you repeat a specific action or a sequence of actions a set number of times.

For example, if you want to send 5 emails with the names "Hello 1," "Hello 2," ..., "Hello 5," you can create 1 Repeater module and connect it to an Email module instead of creating 5 separate Email modules.

Iterator

The Iterator helps you aggregate data from one module and pass it to another module for processing.

For example, you can create a scenario where Make aggregates emails that have attachments and uploads the files to Google Drive.

Flow Control Trong Make Com 3

Array Aggregator

Similar to the Iterator, the Array Aggregator is used to aggregate array data. It’s helpful when you need to collect information from another application and save it to an Excel or Google Sheets file.

For example, the Array Aggregator can help you aggregate Insights from Instagram and add them to Google Sheets.

Flow Control Trong Make Com 4

Router

The Router module is widely used in Make.com. It allows you to “branch” a workflow into multiple smaller branches. For each branch, you can perform different actions and set different conditions.

For example, you can create a Router to connect a Zoho Sign module with 2 Google Drive modules to upload files from Zoho to Drive. One branch stores files with one page, while another branch stores files with multiple pages.

Flow Control Trong Make Com 5

Break

The Break module stops a loop or the entire workflow immediately. Think of it as the brake in a car; without it, a loop would continue endlessly, which can be harmful.

For example, in the scenario below, the Break module will stop the Slack message creation if an error occurs.

Flow Control Trong Make Com 6

Commit

Commit is used to stop a flow based on a defined condition. Unlike Break, when it stops, it typically comes with a specific action.

For example, in the scenario below, Commit will stop Slack message creation if an error occurs, but it will also save all data to the system.

Flow Control Trong Make Com 7

Ignore

The Ignore function is simple: it allows you to skip a step or part of the workflow. It is very useful for error checking in the workflow.

For example, in the scenario below, the workflow will skip the Data store module (because it is connected to Ignore) to check for errors. If the workflow runs smoothly, the error comes from the Data store module.

Flow Control Trong Make Com 8

Resume

The Resume module is like resuming a movie after pausing it. It allows you to continue or resume an action or step in the workflow.

For example, in the scenario below, the workflow won’t skip the Data store module and will resume an action you have set if an error occurs in the workflow.

Flow Control Trong Make Com 10

Rollback

This module allows you to undo and revert the workflow to its previous state.

For example, in this case, Rollback will stop the Data store module and revert the data to its previous state if an error occurs.

Flow Control Trong Make Com 11

Conclusion

In general, Flow Control in Make.com is a powerful set of tools that helps you optimize automated processes. Using it is simple and not complicated. Start getting familiar with Flow Control to save time and minimize errors when using Make.com!

Tag:
0/5 - (0 vote)
Comment (0)
More than 500K+ users have signed up to receive daily article update notifications.
Leave your email to receive notifications about the latest tools and technology trends!
Popular
More on this topic
asana vs slack comparison which tool outperforms the other in 2025Asana vs Slack comparison: Which tool outperforms the other in 2025

In this era of rapid technological development, where people work remotely, meet online and manage projects via digital platforms, choosing the right team collaboration tool is a prerequisite to ensure productivity. With a series of work support software on the market, Asana and Slack are always two "big names" in the field of work management and team communication. The question is: Asana or Slack, which platform is really superior at the present time? Let's find out with BENOCODE which is the better choice for your needs in this article!