Create your first flow
- Last UpdatedJun 30, 2026
- 3 minute read
The starting point for flow creation is Flow Studio.
Step 1: Create your first flow
-
Sign in to CONNECT flows.
-
Select Flow Studio on the top menu bar.
An empty flow opens in the Untitled/Draft tab.
-
Select Modules on the left panel.
-
In the Module library list, locate the Data Generator module, then drag it to the canvas.
Note: The Data Generator module is used to generate different types of test data.
-
To change the Data Generator's module settings, hover over the module until the pop-up menu appears, then select Settings
.
The Module Settings dialog opens.
-
On the Settings tab, scroll down to the JSON field, then select Add example.
-
Close the Module Settings dialog to apply and save your changes.
-
Add the rest of the modules:
-
In the Modules library, locate the Aggregate module, then drag-and-drop it to the right of the Data Generator module.
-
Select-and-drag a line from the Data Generator connection circle to the Aggregate connection circle.
A connection is created between the Data Generator and Aggregate modules.

-
In the Modules library, locate the MQTT Pub Broker module, then drag-and-drop it to the right of the Aggregate module.
-
Connect the Aggregate module to the MQTT Pub Broker module.
The Aggregate module gets connected to the MQTT Pub Broker module as shown in the following image.

-
Step 2: Apply settings to the Aggregate and MQTT Pub Broker modules
The next task is to apply settings to both the Aggregate and MQTT Pub Broker modules.
-
Hover over the Aggregate module, then select Settings
.
The Module Settings dialog opens.
-
Make the following changes:
-
Source Property: Assign a name
-
Value Property: data.temp
-
Target Property: aggregate
-
Mode: Count
-
-
Hover over the MQTT Pub Broker module, then select Settings
.
The Module Settings dialog opens.
-
Make the following changes:
-
Count: 5
-
Topic: foo/bar
-
Source Property: Aggregate
Note: The property settings determine how each module uses message data.
-
-
In the lower-right corner, select Save.
-
Enter a name and short description for the flow.
-
Select Create.
The new flow is created.