Hello All,
Our use case is to pass the environment specific location in "External Source" in Drop down tool. The external source location is not static (UNC) so we want it to be coming from environment specific parameter file (each environment will have a static file with fullpath and filename).
let us say : Dropdown_List.yxdb file is located in server Dev ,UAT and Prod.
so below will be the external source path for each environment
\\server Dev\Workflows\Inputs\Dropdown_List.yxdb
\\server UAT\Workflows\Inputs\Dropdown_List.yxdb
\\server Prod\Workflows\Inputs\Dropdown_List.yxdb
Because of our requirement, some other source team creates the file and place it in the above locations and we just have read access. Any pointers to parameterize the external source file would be great helpful.
NOTE : I am using Gallery and relative path does not work. Gallery staging/persistence location is configured to Local drive.
Regards,
Vepp