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 display mode fo...
Power Apps
Unanswered

Change display mode for certain time

(0) ShareShare
ReportReport
Posted on by

Hello together,

 

in my PowerApp I have a button with a OnSelect Function that works as a counter and increases the number in a sharepoint list with every click. Patch function is working perfect, but when I click the button too fast right in a row, then I get a error for the second click because patch function makes trouble. If I wait one or two seconds, there is no problem. 

To prevent this, I am looking for a possibility to set the displaymode of the button to "disabled" for maybe two seconds when you press the button. Is something like this possible and if yes how can I implement it? If not does anybody have another idea how to solve the problem?

 

Thank you,

Lukas

 

Categories:
I have the same question (0)
  • zeg Profile Picture
    96 on at

    @luwu_7100 
    The button's [AutoDisableOnSelect] set to true works in general but if you want to conrol it this may help:
    Button's [OnSelect]: for example 
    UpdateContext({locDisable:true, cnt: cnt+1});Patch(list,Defaults(list),{Title:cnt}) ;UpdateContext({locDisable:false}); 

    Button's [DisplayMode : If(locDisable,DisplayMode.Disabled,DisplayMode.Edit)
    Hope this helps.

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 627

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard