postman-app-support
postman-app-support copied to clipboard
Export Environment Ignores Empty Values
Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
When exporting an environment postman ignores the fact that a value may be empty and sets the default value.
Steps To Reproduce
Create and environment variable with default "foo" but value empty "". Export it, The value is "foo" instead of "". This can be an issue when a live/prod environment expects a value to be empty.
Screenshots or Videos
Operating System
Windows
Postman Version
11.5.0
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response