Announcements
Hi All,I build two component in PowerApps.1st component: (Header)
2nd component: (Pop Up)
I want to click on question mark (in 1st Component) and then show 2nd component.Also , I want to close that popup using button.Thanks
Hey. When onselcet property on the question mark write this:Set(varPopUp; true)
Tehn, on popup(second component), onVisible, write this:
varPopUp
When you press the button to close the popup, write this:Set(varPopUp; false)
Thanks for the response @Nogueira1306 .But I need solution with components custom property.
Hi @sayyedkohler ,
Please check the below screenshot. By clicking the Button in component 1, the output appears true and false. You can use the same output to the visible property of component 2. Similarly, you can play with component 2's output.
Please give a thumbs-up / accept it as a solution if I answered correctly .
Thanks
Abhi
Thanks @Abhilash_Swain I am able to hide/show using same button from one component.But my requirement is little different.I want to show Component2 using onClick of Component1 button, but I want to hide Component2 using Component2 button (not component 1 : [same button]).Thanks
Use out properties from Component2 and use it to visible component 2 with a combination of out properties of component1. Use and or operators with If to accomplish your requirement.
@Abhilash_Swain Its not working properly.I tried. When I hide and again show then its not showing.Please help me with that with some more screenshots if possible :).Thanks a lot.
Ok just played around with 2 components. Please find the below screenshots.
1> Set input and output properties for both components. For input property, check "raise OnReset when value changes"
2> Set Input values for component1 to the output value of component 2. Vice versa.
3> Set the visible property of component 2 to the below formula.
Please mark it as a solution & give a thumbs up if it completes your requirement.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 409 Super User 2026 Season 2
Mohsin Ali 328
WarrenBelz 252 Most Valuable Professional