Hello everyone,
I've been trying to implement a simple conditional color change in Power Apps using the following code:
If(Slider1.Value > 50, Green, Red)
However, it doesn't seem to be working as expected. Even simplified code snippets like this often do not produce the desired result without any apparent reason.