Forum Discussion
Create Reusable Confirmation Pop Up in Power Apps,, is this possible?
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.
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??
- ganeshsanapOct 20, 2023MVP
john john Please read my above responses carefully.
It is possible but it depends on your requirements what exactly you want to do. I don't know all your requirements so I cannot confirm for sure.
You can pass the input properties to have dynamic text, you can also pass the code to execute via input 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.