Hallo,
as the topic says, i have an issue with writing simple User-made Formulas. This Topic is bades on followed steps from this Power Apps learning course:
In lecture 2 there is a point where the students will be able to define user-made formulas to make a few Brand Colors. For that we need to navigate from the Home Screen to Apps > Propertie: Formulas and type in these simple Formulas:
nfBrandingLight = RGBA(3, 131, 135, 1);
nfBrandingDark = ColorValue("#334A5F");
The Problem is, whenever i try to define those Formulas, Power-Apps tells me that it needs a Semikolon ";" at the end of the formula, which obviously already exists. I can't find a solution to it. Im Coding in the German Version of Power-Apps, which means that my Code should look something like this:
nfBrandingLight = RGBA(3; 131; 135; 1);
nfBrandingDark = ColorValue("#334A5F");
Hi @Alex98 ,
For the region of EU, they need two semicolons at the end of a formula:
nfBrandingLight = RGBA(3; 131; 135; 1);;
nfBrandingDark = ColorValue("#334A5F");;
Best regards,
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2