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 / Displaying form using ...
Power Apps
Unanswered

Displaying form using button

(1) ShareShare
ReportReport
Posted on by Microsoft Employee

Is there a way that when a button has been pressed that a form can now be visible. I have a time sheet app with one form that has all  the day on the top as buttons, so what I want is that when a new weekly entry has begun and they want to fill in for Monday, the form should not appear yet till the Monday button has been pressed.

Categories:
I have the same question (0)
  • mdevaney Profile Picture
    29,991 Moderator on at

    @Anonymous

    Use this code in the OnSelect property of a button

    Set(varShowMonday, true);

     

    Then put the variable inside of the Visible property of the form.

    varShowMonday

     

    To hide the form once again use this code in the OnSelect property of some other button.

    Set(varShowMonday, false);

     

     

    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

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

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 421 Most Valuable Professional

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard