Leave this page popup

Copper Contributor

Dear Team,

 

I have a SharePoint integrated PowerApps form. 

 

I have a Submit button which saves the data to SharePoint list. however in the same button click we are looping some attachments control and invoking a power automate to upload files. 

 

After this we are simply doing  RequestHide() and we are getting the following popuup. 

 

pavan575_0-1698645783333.png

 

How do I resolve this?

 

The following is the page which is throwing that popup.

 

pavan575_1-1698645975029.png

Please note that these attachment controls are outside the form. 

 

So Reset(SharePointForm); RequestHide(); is not working.

1 Reply

@pavan575 

 

You can try resetting controls outside the SharePoint form once on button click.

 

For example: To reset the control named myTextInput, you can use: 

 

Reset(myTextInput)

 

Similarly, try resetting all other controls.


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.