Solved
Forum Discussion
11 Replies
- richieCommunity HeroHey fardude,
If i understand correctly then its completely possible.
Can i ask that you describe in a bit more detail exactly how youve got your custom project properties setup and how youre sourcing them?
Youre using ${#Project#ENV}, so im guessing you have a custom project property entitled 'ENV', but theres obviously a problem if this property isnt being expanded when youre using it, so the more info people have the better.
Oh one thing. Where youre using '${#Project#ENV}', can you confirm you are using the word 'Project' rather than the project's name? If you were to use the project name youd need to remove the first # character so instead of '${#Project#ENV}' it would be '${Projectname#ENV}'.
Cheers,
Rich- fardudeOccasional Contributor
Thanks richie , I tried all of them and it's still not expanding.
I'm trying to get the service name to show as the property value of ENV in the custom project properties.
I have tried ${#Project#ENV} and ${ProjectName#ENV}
The expansion works fine when I used it for endpoints.
- HimanshuTayalCommunity Hero
- HimanshuTayalCommunity Hero
fardude :
Didn't get you properly could you please elaborate more what you are trying to do and where exactly you are getting stuck also if possible please attach any screenshot for more clearity.