Skip to content

Array support in environment variables #2430

@anotherglitchinthematrix

Description

Is your feature request related to a problem? Please describe.
Yes, I can't directly reference the defined array in the environment variables. Instead of directly referencing the array, we can only reference the elements of the array like in the example below.

{
  "instances" : ["instance 1", "instance 2", "instance 3"],
}

Insomnia dosen't let me to use the instances array directly, instead of it serves the elements of the array like istances[0], istances[1], istances[2]

Describe the solution you'd like
Make it possible to directly reference the arrays, instead of pointing the elements of the array.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions