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 / Attachment missing in ...
Power Apps
Answered

Attachment missing in SharePoint list after submitting form from Power App

(1) ShareShare
ReportReport
Posted on by 17

Dear All,

 

I have tried to look over the forum but still cannot find solution for this.

I found similar post to this issue but none of them giving solution.

 

I have created an App and it will send form to the SharePoint list.

This app contains Attachment column and I have set it to required column.

Everything works fine on my side.

However, for some users, they are able to submit the form but the attachments are missing.

I have tried few method like disable the "delayed load" and change the "MaxAttachmentSize" but the problem still happened to few users.

 

Has anyone know how to solve this issue since I don't know what else to do.

 

Please let me know if you have any idea on this

Categories:
I have the same question (0)
  • victorcp Profile Picture
    2,350 Moderator on at

    Hi,

    before you submit the form you can check if the attachment control is not empty, like this:

    If(
     !IsEmpty(DataCardValue.Attachments),
     SubmitForm(Form),
     Notify("Please add an attachment",NotificationType.Error)
    )

     

    victorcp_0-1681729767630.png

     

     

    I hope it helps 🙂

  • Verified answer
    HairulAzizan Profile Picture
    17 on at

    Hi All, finally I have solved my issue. I am posting it here for a reference to everyone else who might have encountered with the same problem.

     

    The problem is not with the Power App but from the SharePoint itself.

     

    Previously, in SharePoint, I have created a permission to create only and assign it to user.

    Power App will allow you to send the form with attachment, however, in SharePoint, it will only create a new item without attachment.

     

    I solved this thing by adding edit permission to the permission group I have created.

     

    download.png

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 633

#2
11manish Profile Picture

11manish 588

#3
Valantis Profile Picture

Valantis 457

Last 30 days Overall leaderboard