web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Sharepoint list attach...
Power Apps
Unanswered

Sharepoint list attachment field has a default attachement

(0) ShareShare
ReportReport
Posted on by 144

I have modefied a SharePoint list form to change the design. 

 

A Field for attachement is also added to the form.  Every time we create a New item, the attachement Control/Field has a default attachement that is added to the item. We do not want to have this default attachement. 

 

I have removed the attachement Field, updated the Connection and add the Field to the form agan, and the default attachement is still there.  How can we remove this permanently, so there not are attachements on New forms ?

 

We have also created a app using Powerapps, and the problem With the default attachement is not in the app, only in the modified SharePoint list form. 

 

Any idea ?

Categories:
I have the same question (0)
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @TrulsB ,

    Could you please share a bit more about the issue?

    Do you custom a form for your SP List using PowerApps?

    Do you mean that the Attachments control/field would have a default attachment when you add a new file?

     

    Based on the issue that you mentioned, I have made a test on my side, and don't have the issue that you mentioned. The screenshot as below:

    6.JPG

     

    According to the issue that you mentioned, it seems that the Attachments control does not reset when you add a new item. I have made a test on my side, please consider take a try with the following workaround:

    Set the OnNew property of the SharePointIntegration control to following:

    Refresh('YourSPList'); /* <-- Add this formula */
    Set(IsReset,false);Set(IsReset, true); /* <-- Add this formula */
    NewForm(SharePointForm1)

    Set the OnEdit property of the SharePointIntegration control to following:

    Refresh('YourSPList'); /* <-- Add this formula */
    Set(IsReset,false);Set(IsReset, true); /* <-- Add this formula */
    EditForm(SharePointForm1)

    Set the OnView property of the SharePointIntegration control to following:

    Refresh('YourSPList'); /* <-- Add this formula */
    Set(IsReset,false);Set(IsReset, true); /* <-- Add this formula */
    ViewForm(SharePointForm1)

     

    Set the Reset property of the Attachments control within the Attachments field data card to following:

    IsReset

     7.JPG

    Please take a try with above solution, then re-publish your custom form to your SP List, check if the issue is solved.

     

    Best regards,

  • WGO Profile Picture
    16 on at

    IsReset isn't an accepted value in the Reset box.  I added true and the attachment from the first record shows up.

  • ahmed_maher Profile Picture
    2 on at

    remove default value for attachment

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard