Please describe feature/problem details and the solution you'd like.
Now I have a chain request, and the later request needs the result of the previous request. Now I set an environment variable in the previous request and then use it in the request. But if there are more function modules, the variables in the environment will be too many, because the variables are in the same level, which is not easy to manage. Can environment variables be stored in different collections? I've learned that there can be multiple environments, but I need to execute these in one environment for now. Or is there any other way you can implement the case where the request requires the response parameters of the previous request.
Describe alternatives you've considered
Are you using the free version/paid version/trial:
Please describe feature/problem details and the solution you'd like. Now I have a chain request, and the later request needs the result of the previous request. Now I set an environment variable in the previous request and then use it in the request. But if there are more function modules, the variables in the environment will be too many, because the variables are in the same level, which is not easy to manage. Can environment variables be stored in different collections? I've learned that there can be multiple environments, but I need to execute these in one environment for now. Or is there any other way you can implement the case where the request requires the response parameters of the previous request.
Describe alternatives you've considered
Are you using the free version/paid version/trial: