Oct 29 2023 11:07 PM
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.
How do I resolve this?
The following is the page which is throwing that popup.
Please note that these attachment controls are outside the form.
So Reset(SharePointForm); RequestHide(); is not working.
Oct 30 2023 03:25 AM
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.