web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Change Text Color base...
Power Apps
Unanswered

Change Text Color based on Status "Open" "Closed"

(0) ShareShare
ReportReport
Posted on by 341

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

Categories:
  • Pstork1 Profile Picture
    69,661 Most Valuable Professional on at

    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.

  • Evan_S1 Profile Picture
    341 on at

    Trying to change the Text Color. Incorporating it with my current function which shows "STATUS: " & ThisItem.Status.Value

  • Pstork1 Profile Picture
    69,661 Most Valuable Professional on at

    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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard