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
          • Blocks reference
            • Trigger blocks overview
            • Output
            • Request
            • Response
            • Schedule
            • Start
            • MCP
        • Deployed flows overview
        • Connector blocks overview
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
  • Inputs and outputs
  • Setup
  • Example
Postman FlowsFlows referenceBlocksTrigger

The Output block

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

Trigger blocks overview

Next

The Request block

Built with

This Output block is different from the previous version of the Output block, which became the Display block.

The Output block receives data in one flow and sends that data to a Flow block in a different flow. The Flow block then sends the result from its output port. A flow can’t have more than one Output block.

Inputs and outputs

The Output block’s inputs are referred to as outputs because they send data to a Flow block in a different flow. Each output can receive data through its corresponding input port. The Output block has no output ports. When a Flow block references the Output block’s flow, the Flow block sends the Output block’s data from its own output port.

  • If the Output block has no outputs, the Flow block that references its flow will have no output port.

  • If the Output block has one or more outputs, the Flow block that references its flow will have the same number of output ports.

Setup

When you add an Output block to your flow, it has one input port and no outputs. A flow can’t have more than one Output block.

To add an output to an Output block, do the following:

  1. Click Add output Add output. A new output named Output <number> appears.

  2. Connect another block’s output port to the Output block’s input port. The icon next to the output changes to indicate the connected block’s data type.

  3. (Optional) Click the output’s name to edit it.

  4. (Optional) If the incoming data has more than one item, click Enter path… to specify which item to assign to the output.

Example

To see the Output block in an example flow, check out Flow Snippets: Output.