How to create a pop-up screen in power apps-Power Platform

Pop-up Screen in Power Apps


Problem statement

In Power Apps we can navigate to different screen by using Navigate Function. But we can’t directly use the pop-up screen power apps.

A simple step to create pop-up screen in power apps as explained briefly below.


Resolution

We can control the visibility of the controls in the power apps using the variable. By controlling the visibility of the control, we can easily create pop-up screen in power apps.


Declare the Variable where you want to show the pop-up screen. I have declared a global variable in a Button “On Select” Property. Please refer the image below.


Add the Controls (label/Text input/Dropdown/image) you want to display in the pop-up screen. In the below image, I have added simple label which says welcome. Group all the controls in the pop-up screen and change the visible to Global variable as we declared in the previous step.