Use case:
The first API uses env1 and saves the data
Second API uses env2 and saves data
The only solution I was able to find is to use set.env function but why should I change the params in my envs if I already configured them and I need to use them on the same collection but in a different API request?
Why are you saving these variables in different environments since theyβre both in the same collection? Is there any caveat to having them in the same environment?