Postman Flows is a visual, low-code editor you can use to build almost any workflow you can imagine. With Postman Flows you can create flows that run locally and can be deployed in the Postman cloud.
In this tutorial, you’ll create a flow with two blocks in Cloud View that displays the text Hello, world. You’ll learn how blocks and connections work and prepare yourself to build larger and more complex flows.
With flows, you can create reusable flow components that can be added to multiple other flows. Then you can share your flows with teammates so they don’t need to rebuild the same components.
You create flows in a workspace. Use workspaces to organize your API projects and collaborate with your team.
To create a new flow, do the following:
Use the String block to define text, which you can send to another block.
To add a String block, do the following:
In the next procedure, you’ll connect this block to a Display block to display your text.
When you connect two blocks, you connect one block’s input to another block’s output. Inputs are on the block’s left side and outputs are on its right side. The Display block displays incoming data, such as the String block’s string value.
To connect a Display block, do the following:
On the canvas toolbar, click Run to run the flow locally.
When you run the flow, the Display block displays the string value from the String block, which is Hello, world.

Congratulations! You built your first flow and displayed Hello, world in a Display block.
You can also run the flow in the Postman cloud. Click the icon next to the blue Run button and turn on the Cloud Run toggle. Click
Run to run the flow in the cloud.
