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 Apps
Answered

Attachments Panel

(0) ShareShare
ReportReport
Posted on by 143

Hi, I have an attachment panel in my ticket request screen. Now, how can i pass the attachment to microsoft Lists after the user click submit button? I did use Patch function but the error said that the column name Attachment in Lists is unrecognized (In microsoft Lists the attachment column is known as Associated Files).

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @mel_ 

     

    can you please copy /paste your patch code here so we can have a look at it?

     

    thanks in advance

  • mel_ Profile Picture
    143 on at

    hi @mmbr1606 , sorry for the late reply. 

    If(
        IsBlank(System.Selected.Value) || Description.Text=Blank(),
        Notify("Kindly fill in all the required fields to proceed.", NotificationType.Error),
        !IsBlank(System.Selected.Value) && Description.Text<>Blank(),
        Patch(
            'Issue tracker (Dummy)',
            Defaults('Issue tracker (Dummy)'),
            {'Requestor Name': Requestor.Text,
            'Requestor Email': RequestorEmail.Text,
            Department: RequestorDepartment.Text,
            System: {Value: System.Selected.Value},
            'Issue Description': Description.Text,
            'Date requested': DateRequested.SelectedDate,
            'Notify Others': Concat(ComboEmail.SelectedItems,Mail),
            Attachments: Attachment_control}
        ),
        Notify("Your ticket has been successfully submitted.", NotificationType.Success)
    );
     
    Can anyone help me?~
  • Verified answer
    mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at

    hey @mel_ 

     

    see if u can implement this. short video but works like magic for me 😉

     

    PowerApps - Patch attachment to SharePoint list (youtube.com)

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 404

#2
timl Profile Picture

timl 344 Super User 2026 Season 1

#3
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

Last 30 days Overall leaderboard