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

Community site session details

Session Id : LhTbKlvDidVtC4kLq/CMHl
Power Apps - Building Power Apps
Unanswered

how to control the button onselect

Like (0) ShareShare
ReportReport
Posted on 28 Jul 2023 03:07:00 by 42

how to setup if the gallery row >0, the user can run onselect from Approval button. Thanks πŸ™‚

Rewin_Guo_GZ_0-1690513667247.png

 

Categories:
I have the same question (0)
  • EddieE Profile Picture
    4,641 Moderator on 28 Jul 2023 at 05:30:14
    Re: how to control the button onselect

    @Rewin_Guo_GZ 

    Approval button DisplayMode

    If(
     CountRows( Gallery1.AllItems) > 0,
     DisplayMode.Edit,
     DisplayMode.Disabled
    )

    Change Gallery1 to your gallery name.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 752 Most Valuable Professional

#2
developerAJ Profile Picture

developerAJ 472

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 358 Super User 2025 Season 2

Last 30 days Overall leaderboard
Loading complete