Udit Vasu
Udit Vasu
@adityaofficial10 You just have to find the specified request's `item.id` and use the `lookupStrategy=idOrName` but here the challenge is, what's the best way to take this (path leading to a...
Can you share a scaled-down collection which we can use to reproduce this issue?
@eloyucu Using URL you can fetch collection/environment from [Postman API](https://docs.api.getpostman.com) or from an external source where your data is hosted. Check [Using Newman with the Postman API](https://github.com/postmanlabs/newman#using-newman-with-the-postman-api) section in README....
@eloyucu I completely agree with your point but, global variables can't be fetched via API yet. Marking this as a feature request. Will update you once its ready.
@TravisBernard merged the fix. I will publish the package with the fix soon!
@g7skim `--export-environment` option accepts the **path to the file** where Newman will output the final environment variables file. Newman doesn't update the changes made in the environment during the run...
@mianamirrashid @bagrip can you confirm that your issue is related to the same issue discussed above? For clarification, the issue is to sync the updates made to environment variables during...
@g7skim I can't assure you an exact release date/version. 😅 But, we are working on a feature which will help to build sync features like this easily.
@mianamirrashid @bagrip your issues are actually not related to this, it looks like environment variable is not being set or updated from the pre-request or test script. Refer to [scripts](https://www.getpostman.com/docs/v6/postman/scripts/intro_to_scripts)...