Hi,
I am building a custom form for a SharePoint List and now I faced a problem which is the attachment does not reset after I had submitted the item to SharePoint List.
I had tried multiple ways:
- Recreate the form
- Recreate the attachment control
- Create a button/icon to include (ResetForm and/or NewForm)
- At SharePointIntegration, OnSave property and include (ResetForm and/or NewForm)
- OnSuccess property on the Form that I am using, I also include (ResetForm and/or NewForm
Yet all of these ways still not reset the Attachment control after I had submitted an item into SharePoint List.
The only workaround had is keep refreshing the page to make the attachment disappear
Is been trouble for a long time
Why is this happening and is there any workaround for this?
Thank you.