Hey everyone,
I created a Solution for my app for basic LMS. I'm also using environment variables for it. This worked pretty fine until users started testing the App and all environment variables where empty for them. I can't find a reason why. The variable was created inside the same soltution as the app exists und when I use code to check the value inside the App it works for me but for useres ist stays blank.
Set(
gblBaseUrl,
LookUp(
'Environment Variable Values',
'Environment Variable Definition'.'Display Name' = "MY_APP_URL",
Value
)
);
I just tried to find the error with a user and he can't see the variables inside the solution only the app which is shared with him as co-owner. Any ideas why this happens?