Forum Discussion
Create Reusable Confirmation Pop Up in Power Apps,, is this possible?
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.
- john johnOct 18, 2023Steel Contributor
ganeshsanap to be able to pass events to the component library we need to enable the "Enhanced component " feature which is an experimental feature:-
so is it fine to use this on PROD environemnt?
- ganeshsanapOct 19, 2023MVP
Those properties are related to 2nd link (experimental component properties) given in my above response.
As those are experimental feature currently, you should avoid those using in production environments.
Microsoft may change the functionality before moving it from experimental to preview and then GA. Sometimes those can be GA as is or sometimes Microsoft can discard the feature completely as well - no guarantee really. So, don't depend on it.
Check (from 3rd link):
Also, I am not sure about all your requirements but you may be able to create a reusable component without using these experimental component properties.
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 johnOct 19, 2023Steel Contributor
ganeshsanap is there a way to create a reusable component without using these experimental component properties??