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 / Emailing attachments f...
Power Apps
Unanswered

Emailing attachments from Form.LastSubmit

(0) ShareShare
ReportReport
Posted on by 56

Hello,

 

I've got a powerapp which gathers some information in a form and submits that information to a sharepoint list. We also wanted to send some email summaries with the powerapp, and in doing so we attached the attachments from the form to that email. I had previously been using something like:

Attachments: ForAll(
LookUp(
SPList,
ID = Form1.LastSubmit.ID
).Attachments,
   {
      Name: DisplayName,
      ContentBytes: Value
   }
)

in Office365.SendEmail to grab the attachments from the newly created sharepoint list item and send them in the email, but as of a few weeks ago it seems to have stopped working. Is there something that changed recently which broke this? 

EDIT: NEVERMIND MY BRAIN IS SMALL AND SMOOTH AND I BROKE THIS

i previously moved the list and updated it everywhere except for this email section. whoops. 


Categories:
I have the same question (0)
  • yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hi @MQN 

     

    For patching the attachments from the last Submit form, you can use the expression as:

    {Attachments: AddColumns(RenameColumns(FormName.LastSubmit.Attachments, "Value", "ContentBytes"), "@odata.type","")}

     

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard