Hi Team,
I am experiencing an issue with PowerApps - Attachment Control.
I have created this app using a SharePoint List.
When I submitted an instance of the PowerApps Form I built as an item, the attachment control keeps and an old attachment as an attachment. This old attachment is not with us anymore but the form manages to show it after the submission.
To submit I'm using a button named 'Submit'
My current property values are as the below.
Attachments_DataCard1
1. Reset property - True.
2. Items property - Parent.Default
3. Default - ThisItem.Attachments
4. DataField - "{Attachments}"
5. DisplayMode - Parent.DisplayMode
AttachmentsDataCardValue
1. Reset - True
2. Items - Parent.Default
3. Default - Empty
Form Properties
1. Default mode - New
Submit Button
OnSelect - SubmitForm(SharePointForm1)&&NewForm(SharePointForm1)
I tried even OnSelect - SubmitForm(SharePointForm1)&&ResetForm(SharePointForm1)&&NewForm(SharePointForm1)
I can't understand the issue.
Please can someone help me with this?
Kind regards,
Chiranthaka