You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the tracker for existing similar issues and I know that duplicates will be closed
When I save a collection variable in Postman, the variable and its value appear correctly in the desktop application. However, when I open the same collection in the web version of Postman, the value of the variable is missing, even though the variable itself exists.
This script saves an API response to a collection variable, which works fine on the desktop app. However, the variable appears in the web version without its value.
Steps To Reproduce
Steps to Reproduce:
Use the above script to save a collection variable.
Check the variable in the Postman desktop app.
Open the same collection in the Postman web version and check the variable.
Expected Behavior:
The collection variable saved in the desktop app should synchronize and appear with its value in the web version of Postman.
Actual Behavior:
The variable is visible in the web version, but its value is missing.
Screenshots or Videos
No response
Operating System
Windows
Postman Version
10.20.0
Postman Platform
Postman Web
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered:
Baristopcu08
changed the title
Postman Desktop and Web Synchronization Issue: Variable Values Missing on Web
Desktop and Web Synchronization Issue: Variable Values Missing on Web
Nov 24, 2024
This seems to be working as expected. The values in the current value wouldn't be stored anywhere other than the session you're in. What I can see happening is as you're creating the variable with a script, it's only going to populate the current value. That value is not synced anywhere.
Once that's saved and looking as expected on the platform you're running the script on (either desktop or web), in the other platform, it's only going to show the variable name and not the value. You can use the Persist option to either persist all the current values into the initial value or do this individually.
Is there an existing issue for this?
When I save a collection variable in Postman, the variable and its value appear correctly in the desktop application. However, when I open the same collection in the web version of Postman, the value of the variable is missing, even though the variable itself exists.
Example code:
This script saves an API response to a collection variable, which works fine on the desktop app. However, the variable appears in the web version without its value.
Steps To Reproduce
Steps to Reproduce:
Use the above script to save a collection variable.
Check the variable in the Postman desktop app.
Open the same collection in the Postman web version and check the variable.
Expected Behavior:
The collection variable saved in the desktop app should synchronize and appear with its value in the web version of Postman.
Actual Behavior:
The variable is visible in the web version, but its value is missing.
Screenshots or Videos
No response
Operating System
Windows
Postman Version
10.20.0
Postman Platform
Postman Web
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered: