In my OnStart function I try to define 3 global variables, but this doesn't seem to work.
What am I doing wrong?
Set(varBackgroundGreen, RGBA(232, 244, 220, 1));
Set(varHeaderGreen, RGBA(53, 91,14, 1));
Set(varCoreGreen, RGBA(78,132,22,1))
Found my problem.
In my language settings I have to use ";" and ";;" instead of "," and ";" ...
Set(varBackgroundGreen; RGBA(232; 244; 220; 1));;
Set(varHeaderGreen; RGBA(53; 91;14; 1));;
Set(varCoreGreen; RGBA(78;132;22;1))
Looks good to me.
There is an on-going PowerApps outage in my region - maybe this is affecting you too..
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional