09-18-2020 05:07 AM
Hi all,
We are looking at building a solution for loading variables into pipelines via the expression library feature. One feature we would like to include is when loading the external library it will select the file based on the environment(ORG) that it is in. we have seen a method of doing this via the pipeline path.plexpath (Expression language) however this would involve a large query to select the path e.g.(…SLDev\Shared\Tools)
Just wondering how other customers may have implemented this kind of solution in order to get environment variables.
many thanks,
Kiran
09-19-2020 01:42 AM
Hi Kiran,
I did use the parameter base expression file where parameter value is base64 encoded of the expression file path derived from a date
or
Hope this helps