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.
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
instancesarray directly, instead of it serves the elements of the array likeistances[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.