Describe the bug
using an environment varialble in the URL for an API call: has "NaN" as the value at the time of the call whereas the actual variable has the true value
To Reproduce
Not sure how to reproduce, see screenshots of my setup
Expected behavior
variable as used in the URL should have the actual value
Screenshots


Desktop (please complete the following information):
Hi, try replacing the - with _ in the variable name, see if that works
I can confirm @iudelsmann's suggestion works. I had the same issue where my-env-variable was returning NaN switching to my_env_variable fixes the issue.
It's not accepting - instead try to use _ it works.
Most helpful comment
Hi, try replacing the
-with_in the variable name, see if that works