postmanlabs / postman-collection

Javascript module that allows a developer to work with Postman Collections
https://www.postmanlabs.com/postman-collection/
Apache License 2.0
456 stars 215 forks source link

Global variable access in scheduled run #1309

Open IamDRM opened 1 year ago

IamDRM commented 1 year ago

The global variables set beforehand are not accessible while any scheduled run takes place.

It logs undefined to console as shown in attached image when an attempt is made to print global variable.

image