Forum Discussion
Create Reusable Confirmation Pop Up in Power Apps,, is this possible?
I am working on a large Power apps, and for every screen (we will have around 50 screens), we need to have a confirmation popup for deletion. but i do not want to add 50 confirmation popup inside the screens.. i found this video for creating a Popup using component library,, but the issue is that it uses an experimental feature @ https://www.youtube.com/watch?v=SfxNHYvCgcw&pp=ygUfcG93ZXIgYXBwcyBNZWRpYSBsaWJyYXJ5IHBvcCB1cA%3D%3D .. and currently the name of the options vary.. so now we do not have something called "Behavioral" .. so can anyone advice on the best way to create one Popup that i can reuse among multiple screens?
Thanks
You should be able to create a reusable confirmation pop up using the components in Power Apps.
If you are going to use the component in this single app only, no need to use component library. You can create and use components directly from app.
If you want to have dynamic text to show on confirmation pop up, you can use input properties for your component and pass the text every time you add component to your screen - remember you can have default value for input properties as well if same text need to be used on multiple screens.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- john johnSteel Contributor
ganeshsanap yes i know what you mentioned... but is it fine to use an experimental feature for PROD app? my question was if there is a way to add reusable popup using none-experimental feature.. as we will be deploying our app to PRODin the next 2-3 months
Power Apps "Components" is not a experimental feature. So, it is safe to use in the production environments as well.
Documentation: Canvas component overview
However, some of the new component properties are experimental features currently. So, you should avoid using those for production. Check: Canvas component properties (experimental)
Additional Reference: Understand experimental, preview, and retired features in canvas apps
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.