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
    • Help
      • Overview
        • How to delete uploaded files in tests and requests?
        • I lost my environment variables after migrating from the Scratch Pad
        • I lost my requests after migrating from the Scratch Pad
        • No requests captured error while capturing Proxy
        • I am having trouble adding client certificates
        • I am seeing the error Request not found or Collection not found
        • Unable to load data
        • I'm having trouble with the Desktop Agent
        • My Monitor is not using variables
        • Postman is stuck on the load screen
        • I'm having trouble with the Interceptor
        • Troubleshooting steps for Postman desktop issues
        • I am having trouble running my monitor
        • Requests to my mock servers aren't returning the expected response
        • I can't see my collections list
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
  • You are experiencing one of the following issues
  • What to expect from monitors, variables and values
  • How to unblock yourself
Resolve issuesPostman app

My Monitor is not using variables

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

I'm having trouble with the Desktop Agent

Next

Postman is stuck on the load screen

Built with

You are experiencing one of the following issues

  • My Postman monitor is not using the current values of variables.
  • My variable values don’t get updated during the monitor run.

What to expect from monitors, variables and values

Postman monitors run on Postman’s servers and always use the initial value defined in a variable. The current value is not sent to our servers—current values are for local use only. This behavior is intended to prevent sensitive authentication data from being shared unintentionally.

For reference, here are some examples of how monitors and variables interact:

  • Only the current value can be set within a monitor run by including that value in pre-request or test scripts.
  • If the current value is set within the monitor run, the monitor will access the current value.
  • If the current value is not set within the monitor run, the monitor will access the initial value.

How to unblock yourself

As a workaround, you can update the values of the variables by persisting variable values using the Postman API. This will replace initial values with current values.


Have more questions? Submit a request