-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant Import Postman Global Environment Variables #907
Comments
@AllanOricil can you share a sample exported json file? and was there any errors in console log? |
Hi liyasthomas. Follow the json for the Globals. How can I see the console? {
"id": "5097f72d-5549-4e77-8336-a9b1e4db4b59",
"values": [
{
"key": "SALESFORCE_TEST_URL",
"value": "https://test.salesforce.com",
"enabled": true
},
{
"key": "SALESFORCE_PRODUCTION_URL",
"value": "https://login.salesforce.com",
"enabled": true
}
],
"name": "My Workspace Globals",
"_postman_variable_scope": "globals",
"_postman_exported_at": "2020-05-26T13:59:05.571Z",
"_postman_exported_using": "Postman/7.25.0"
} |
Found the issue. Pushing a hotfix now 👍 |
Thanks. Im gonna do another test :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to import my global environment variables from postman to postwoman and it did not work. It also did not show any error or warning messages.
How to reproduce:
1 - create global variables in Postman
2 - Export the global variables
3 - Import the file into Postwoman
Expected Behavior:
To have the Global variables available inside Postwoman.
Actual Behavior
Global variables imported from Postman don't appear in Postwoman.
The text was updated successfully, but these errors were encountered: