Forum Discussion
How to refresh the newform when open? sadsads
Hi All,
I have customized the powerapp form newform, editform & viewform.
I have attachments field on the form. when I submit the form with the attachments it submits fine. But when I again open the newform it shows the old attachments file, it does not refresh. Can you please help how to refresh the entire page including attachment when open new form.
Thank you !
2 Replies
- Syndicate_AdminAdministrator
Hello,
No one can answer. Request to please answer if you know. I have a list which I have customized in PowerApp newform, editform & viewform. Only I want to refresh the page inclusing attachments fields whenever open newform to create the item.
Please help..
- Syndicate_AdminAdministrator
On the form itself. Select it, and under "OnSuccess" you can ResetForm(Formname) to force a reset of the form and it's controls after the save instead of relying on a New SharePoint Integration event from firing.