Hi everyone,
Is there a way to use a parameter within another parameter?
Here’s an example of what I’m trying to do:
I’ve also tried this with no luck:
${str:concat("sdc/",${p_sourceEnv})}
The idea is that I can include the environment as a parameter within other parameters and then when I want to change the environment only make the change once.
Thanks in advance for any help. Much appreciated