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 / Creating more than one...
Power Apps
Answered

Creating more than one popup in a page on Power Apps

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am creating an application introducing the viewers to the content of a learning curriculum, which is organized around three main core programs. Each of those core programs countains six modules, which I wish to detail in a popup visual you obtain once clicking one of them (our modules are displayed using clickable buttons). I was able to implement this approach once, but then the tool only allows the displation of one popup window. I would need it to know how to make the tool understand when to open popup1, popup2, etc. How could it be done?

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

    @Anonymous 

    You can control which pop-up displays by making the Visible property a variable.  When true, the pop-up will show.  When false, the pop-up will be hidden.

     

    Consider making a series of variables, one for each pop-up.  Set them all to false initially.

     

    • varShowPopUp1
    • varShowPopUp2
    • varShowPopUp3
    • varShowPopUp4
    • varShowPopUp5
    • varShowPopUp6

     

    Then, when you want to show any particular pop-up set its value to true and it will appear on the screen.  If you need more instructions about how to setup pop-menus consider reading my tutorial.


    Link to 'Pop-Up Menus In PowerApps' Article:

    https://matthewdevaney.com/how-to-create-a-pop-up-menu-in-power-apps/

     

    ---
    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."

  • BrianS Profile Picture
    2,407 Super User 2024 Season 1 on at

    You could just use variables and the single window. For each course put text into a label on a separate screen with the text you need.

    Create your pop-up the regular way, but set the text for the pop-up to be a variable - say var_PUText.

    On each button (or whatever they press to get the extra info - icon, etc.) first set var_PUText to the value of the correct label you created earlier. Then set the value of the variable you are using to set the visibility of the popup:

    Set(var_PUText, label_CourseContent_01.Text); Set(var_Visible,true)

    You can use context variables if this will be limited to a single screen

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
11manish Profile Picture

11manish 530

#2
WarrenBelz Profile Picture

WarrenBelz 459 Most Valuable Professional

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard