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
  • Output
  • Setup
  • Example
  • Related blocks
Postman FlowsFlows referenceBlocksData

The Bool block

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

The String block

Next

The Number block

Built with

The Bool block sends a true or false value from its output port. This can be useful when you want to control your flow based on a condition. For example, you could send the Bool block’s output to an If block. The If block could then route incoming data to one of two other blocks, depending on whether the Bool block’s value is true or false.

Output

True or False - Sends a true or false value, depending on the state of the True/False toggle.

Setup

Click the toggle to set the block’s output to true or false.

You can insert the Bool block into certain blocks instead of connecting it to them. For a list of blocks you can insert the Bool block into, see Related blocks.

Example

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

Related blocks

You can insert the Bool block into the following blocks:

  • AI Agent
  • Condition
  • Create with AI
  • Evaluate
  • Flow
  • HTTP Request
  • If
  • List
  • Output
  • Record
  • Template