Announcements
I need the function to change the color of text based on a selected Status "Open" & "Closed". Orange for "Open", Green for "Closed". My current function shows the following- "STATUS: " & ThisItem.Status.Value
Are you trying to change the text color or the background? For the Background use a formula in the Fill property. for the text color use the same formula in the Color property. Just use an IF() based on the value that sets the color you want.
Trying to change the Text Color. Incorporating it with my current function which shows "STATUS: " & ThisItem.Status.Value
Power Apps is declarative there is no way to change the text color of just the value in a label. You can only change it by adding a formula to the color property of the label itself.
If(thisItem.status.value = "Open"),Orange, Green)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 432 Super User 2026 Season 2
Mohsin Ali 347
WarrenBelz 254 Most Valuable Professional