Forum Discussion
wm-thompson
Apr 28, 2024Brass Contributor
I have an issue with a Power App template.
 Among the available templates to use to start generating Power Apps is one entitled "Power Apps Training",  This looks like a tool were someone can learn Power Apps in a psudo-tutoral where you just ...
ganeshsanap
Apr 29, 2024MVP
wm-thompson Where are you adding the formula to change the color? What formula are you using exactly?
Example: If you are trying to change the button (fill/background) color, try changing Fill property of button to: 
If(
	Discount.Value > 20,
	Color.Red,
	Color.Black
)Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
wm-thompson
May 03, 2024Brass Contributor
I will get back to this in a couple of days.
If your suggestion does not work, then maybe I will have to post steps for People to recreate this and it is a bub that went under the radar.
If your suggestion does not work, then maybe I will have to post steps for People to recreate this and it is a bub that went under the radar.