Could you please test to get environment variable value from a canvasapp ? here is a step by step :
- create Environment variable calle EnvLink
- Create a new canvas app, add Environment Variable Values & Environment Variable Definitions as Datasources
- Lookup EnvLink value using :
LookUp('Environment Variable Values','Environment Variable Definition'.'Display Name' = "EnvLink").Value
Or
LookUp('Environment Variable Values','Environment Variable Definition'.'Schema Name' = "yourInternalName").Value
Does this work for you ?
Am i doing something wrong ?
Thanks