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 / Want Update Icon to tu...
Power Apps
Answered

Want Update Icon to turn Grey when clicked on while keeping logic

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi I would like the Update button to turn to grey and inactive once I hit this button. I am not sure what I am doing wrong. Here is the picture

 

jasmine2020_0-1595561435366.png

 

Here is my code:

If(
IsBlank(NewFeatureDomainDD.SelectedText.Value)
Or IsBlank(NewFeatureStatusDD.SelectedText.Value)
Or IsUnsaved,
DisplayMode.Disabled,
DisplayMode.Edit
)
 
This logic seems correct to me. Could anyone provide more insight into this?
Thank you

 

Categories:
I have the same question (0)
  • Verified answer
    Joel CustomerEffective Profile Picture
    3,224 on at

    OnVisible of that form, 

    Set(Var_buttonmode,"Edit")

    OnSelect of button, after your update function, 

    Set(Var_buttonmode,"Disabled")

    then set the displaymode of the button to Var_buttonmode

     

    That way the button will become disabled after you update. If something else happens that should make it available again, you can set the variable to "Edit."

     

    @jasmine2020 if this answers your question, please mark it a solution so other people can find it. 

  • jasmine2020 Profile Picture
    Microsoft Employee on at

    Thank you this works

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,027

#2
Valantis Profile Picture

Valantis 644

#3
11manish Profile Picture

11manish 626

Last 30 days Overall leaderboard