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 / Deferent Icons color c...
Power Apps
Unanswered

Deferent Icons color code error

(0) ShareShare
ReportReport
Posted on by

Hi,

I want to add deferent color to this icon's

 

 

 

If(ThisItem.Autologon ="Yes",Icon.CheckBadge,
If(ThisItem.Autologon ="Missing",Icon.CancelBadge,
If(ThisItem.Autologon ="AA",Blank(),Icon.More)))

 

 

 

I tried this one bout work, any one have an 

 

 

 

If(ThisItem.Autologon ="Yes",Icon.CheckBadge,{Color: Green},
If(ThisItem.Autologon ="Missing",Icon.CancelBadge,{Color: Reb},
If(ThisItem.Autologon ="AA",Blank(),{Color: Blue}, Icon.More)))

 

 

 

Categories:
  • WarrenBelz Profile Picture
    156,545 Most Valuable Professional on at

    Hi @sobenara99 ,

    You need this on the Icon property of the Icon

    Switch(
     ThisItem.Autologon,
     "Yes",
     Icon.CheckBadge,
     "Missing",
     Icon.CancelBadge,
     Icon.More
    )

    and this on the Color property of the Icon

    Switch(
     ThisItem.Autologon,
     "Yes",
     Green,
     "Missing",
     Red,
     Blue
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

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 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard