Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do environment variables support collections #1392

Open
Zy76278 opened this issue Nov 2, 2023 · 1 comment
Open

Do environment variables support collections #1392

Zy76278 opened this issue Nov 2, 2023 · 1 comment
Labels
feature request New feature or request

Comments

@Zy76278
Copy link

Zy76278 commented Nov 2, 2023

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:

@Zy76278 Zy76278 added the feature request New feature or request label Nov 2, 2023
@rangav
Copy link
Collaborator

rangav commented Nov 16, 2023

Hi @Zy76278 Currently not possible, you can save to env variables and delete variable as a cleanup process at the end from the last request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants