Skip to content
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

Closed
AllanOricil opened this issue May 27, 2020 · 5 comments
Closed

Cant Import Postman Global Environment Variables #907

AllanOricil opened this issue May 27, 2020 · 5 comments

Comments

@AllanOricil
Copy link

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.

@liyasthomas
Copy link
Member

liyasthomas commented May 27, 2020

@AllanOricil can you share a sample exported json file? and was there any errors in console log?

@AllanOricil
Copy link
Author

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"
}

@liyasthomas
Copy link
Member

Found the issue. Pushing a hotfix now 👍

@AllanOricil
Copy link
Author

Thanks. Im gonna do another test :)

@AllanOricil
Copy link
Author

It worked
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants