
Announcements
I am using Microsoft Edge and sometimes I have choices in the save data popup, and I am wanting to find out how to make things appear in the popup.
Hello.
I assumed because your explanation about the context wasn't sufficient.
Do you mean that you want to have a pop-up window appear on your app screen when the saving process is complete? Will your scenario be as follows?
Are the above steps what you think? If so, there are roughly two approaches.
1)Simple approach: Directly implement a pop-up window on your screen using containers( to manage all controls located within the pop up window more easily), buttons and lables etc.
2)Reusable approach: Implement a pop-up window as custom component and add it to your screen and complete the rest of the necessary code that the pop-up custom component defines.
If my assumption is correct, please Google 'PowerApps + create a popup dialog.' or something to effect that.
You will find many tips that you can use.
😀