can we use pm.environment.set() and after that use the value when run the collection using newman?
I have case to collect access token response value from login request, then save the value to the environment variable, after that use it for authorization in the next request (run in newman), is it possible?