Hi,
I have an app with multiple forms that the user may need to fill in, each form is a different screen.
I have a pop up, but im not sure how i can get it to show when the user clicks the gallery link.
Any help will be great.
Thank you
Hi @PowerNovice,
You can create a variable on the OnSelect property of the link: Set(varShowPopUp, true)
The popup group set the Visible property to: varShowPopUp
A button in the popup, set the OnSelect property to: Set(varShowPopUp, false)
Please tick Accept as solution if the answer is useful.
Thanks,
@AARON_C
Is the "gallery link" a button, and what happens when you click it? Do you stay on the same screen, or do you Navigate to a different screen?The easiest way to show something when a button (or similar control) is clicked, is to set its Visible property to a variable (e.g. showPopUp), and then in the OnSelect property of the button add:UpdateContext({showPopUp: true}); // local variable - works only on the current screenorSet(showPopUp, true); // global variable - works across many screensTo start with it hidden, you would set the variable to false, either in the App.OnStart property (global variable only), or the screen's OnVisible property (local variable or global variable).
Hi @PowerNovice
UpdateContext({varShowPop:true})
UpdateContext({varShowPop:false})
This will hide the container when the button is clicked.
If you have any questions or feedback, please let me know. Have a great day! 😊-----------------------PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]
I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Ragavendar Swaminatha Subramanian as our September…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 982 Most Valuable Professional
MS.Ragavendar 396 Super User 2025 Season 2
Power Apps 1919 356