For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
          • Overview
          • Send a request
          • Calculate years since milestone
          • Create a count-based loop
          • Create a list-based loop
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Build a flow that sends an API request
  • Build a flow that calculates the years since a milestone
  • Get familiar with Flows and count-based loops
  • Get familiar with Flows and list-based loops
Postman FlowsLearn Flows with tutorialsBeginner tutorials

Get started with beginner Flows tutorials

||View as Markdown|
Was this page helpful?
Previous

Learn how to use Postman Flows with tutorials

Next

Send a request with the HTTP Request block

Built with

If you’re new to Postman Flows, these tutorials will familiarize you with the Flows interface and prepare you to build more complex, API-first workflows.

You’ll also learn beginner concepts, such as how to send an API request, solve a mathematical problem, and work with loops.

Build a flow that sends an API request

You can use a flow to send any request available to you in Postman.

If you’re new to Flows and want to better understand the Flows interface, this tutorial is for you.

To learn more, see Send a request with the HTTP Request block.

Build a flow that calculates the years since a milestone

You can build a flow that solves a mathematical problem, such as calculating the number of customers in your database or the time since you last sent them an email.

This tutorial will prepare you to solve such problems with an example that calculate the years since an important date.

To learn more, see Calculate the years since a milestone.

Get familiar with Flows and count-based loops

Loops are an efficient way to complete repetitive tasks. For example, if you want to generate a random number, you can use a count-based loop to generate three or 100 random numbers.

This tutorial will teach you how count-based loops work in Flows.

To learn more, see Create a count-based loop with the Repeat block.

Get familiar with Flows and list-based loops

List-based loops let you iterate over a list to complete repetitive tasks. For example, you can take a list of customer orders and group them by purchase amount.

This tutorial will teach you how list-based loops work in Flows.

To learn more, see Create a list-based loop with the For block.