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
            • Data blocks overview
            • String
            • Bool
            • Number
            • Null
            • Select
            • Now
            • Date
            • Date and time
            • List
            • Record
            • Create variable
            • Get variable
            • Template
            • Get configuration
        • 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
  • Input
  • Output
  • Setup
  • Example
  • Related blocks
  • Related pages
Postman FlowsFlows referenceBlocksData

The Select block

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

The Null block

Next

The Now block

Built with

The Select block receives JSON data from another block and extracts an element that you specify. This can help you isolate and work with data from an HTTP Request block’s response.

Input

Connect this input port to any block that sends JSON data.

Output

This output port sends the selected data. The symbol next to this output port changes depending on the type of data selected.

Setup

If you want the Select block to operate on output data from an HTTP Request block:

  1. Run the flow to make output available in the HTTP Request block. A red dot will appear at the Success output.

  2. Click the Success output to open the block footer, then select the Output tab in the footer.

  3. In the output, navigate to the field you want to populate the Select block.

  4. Drag the desired field beyond the boundary of the HTTP Request block and drop it on the canvas. This will create a Select block whose output will be the field you chose.

Here’s another way you can set up a Select block to operate on data from an HTTP Request block:

  1. Run the flow to make output available in the HTTP Request block. A red dot will appear at the Success output.

  2. Create a Select block with the blocks list and connect it to the HTTP Request block.

  3. In the Select block, click Enter path… to show the HTTP Request block’s output data.

  4. Click the field you want to send from the Select block. Click the symbol next to the output port to preview the data being sent. If you change the selected field, you must run the flow to update the preview.

In addition to HTTP Request blocks, you can use Display or any of several other blocks to provide input to Select blocks.

Example

The example below shows the result of dragging and dropping two different fields from HTTP request output, one at a time. This created a Select block for each of the fields. Each Select block was then connected to a Display block renamed for its respective field.

The Select block

Related blocks

Numerous blocks can send JSON data to the Select block, including the Record, HTTP Request, Display, Template, AI Request, AI Agent, Create with AI, and Request blocks.

Numerous blocks enable you to insert the Select block inline, including the Create with AI, Evaluate, If, List, Record, and Template blocks.

Related pages

For tutorials that use the Select block, see the following:

  • Automate repetitive tasks using Postman Flows
  • Calculate the years since a milestone
  • Create a dashboard using Postman Flows
  • Send information from one system to another using Postman Flows