Does anyone know of a way to access a global variables initial value?
I know you can access it's current value through:
pm.environment.get("variable-key");
I am working on a pre-request script that would benefit from accessing an initial value so that I could dynamically set it's current value.