Gaetan
28 days agoNew Contributor
Problem with ${#Project#Token} and Environments
Hello,
In my project, i calculate a token with an API. The value of this token is send in a projet variable name Token
In my other API, i used ${#Project#Token} in my header property
When a work without Environments, it's work fine.
But when i use an Environment, the value of my token is send to the environment variable but the ${#Project#Token} is always the oldest value (with no environment)
What's wrong in my project ?