Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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

 

  • zeg Profile Picture
    92 on at
    Re: Change display mode for certain time

    @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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,522 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,890 Most Valuable Professional

Leaderboard