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 / Attachments pulled by ...
Power Apps
Answered

Attachments pulled by powerapp from a sharepoint list does not have Name paramter.

(0) ShareShare
ReportReport
Posted on by 36

Hi All,

 

I have a sharepoint list which has attachment column, I created an app on powerapps using that list as the datasource. I have created a collection to store the attachments that are pulled out of the list. When I check the collection I see 4 columns: AbsoluteURI, DisplayName, Name and Value where the name column is blank for all the attachments, all other columns are populated correctly.

Due to this issue when I try to send the attachments using sendEmailV2 function I am getting an error that Name parameter cannot be blank. Any way I can fix this issue?

 

 

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

    Hi,

    Try this:

    Office365Outlook.SendEmailV2(
     "To test",
     "Subject test",
     "Body test",
     {
     Attachments:
     ForAll(
     Record.Attachments,
     {
     Name: ThisRecord.DisplayName,
     ContentBytes: ThisRecord.Value
     }
     )
     }
    )

     

    Any doubts let me know

  • PriyankaBhatt Profile Picture
    36 on at

    Thanks Much, This Helped!

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 893

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 482

Last 30 days Overall leaderboard