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 Automate / Email Notification wit...
Power Automate
Answered

Email Notification with multiple attachments

(0) ShareShare
ReportReport
Posted on by 18
Good afternoon,
 
I have created a form in Power Apps that saves submitted requests to Microsoft Lists in SharePoint. I have setup Power Automate to send email notifications when a form is submitted. Now, I am trying to get the attachment(s) that were submitted to all attach to the one email notification per submitted request. I was able to get multiple emails per attachment, but I want to combine all attachments on one email. How can I go about this?
 
Thanks,
Dan
I have the same question (0)
  • Verified answer
    Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at
    Hello @CU06022134-0
     
    Please follow below steps: 
    #1. I'm assuming that flow will trigger when item is created in SharePoint list. 
    #2. Use Get attachments action to get all the attachments.
    #3. Initialize an array variable to store the attachments.
    #4. Use an Apply to each loop on the output of Get attachments, and inside the loop use Get attachment content to get each file’s content and append it to the array in JSON format with "Name" and "ContentBytes". 
    Append to Array Attachment Variable: 
    {
      "Name": @{items('Apply_to_each_3')?['DisplayName']},
      "ContentBytes": @{body('Get_attachment_content')}
    }
    
    
    //Apply_to_each_3 – this name may vary depending on your Apply to Each loop
     
    #5. Add the Send an email (V2) action outside the loop and set its attachments field to the array variable so all attachments are sent together in a single email.
     
     
    Reference Link:
     
    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
    ---------------------------------------------------------------------------------
     
    📩 Need more help? Mention @Kalathiya anytime!
    ✔️ Don’t forget to Accept as Solution if this guidance worked for you.
    💛 Your Like motivates me to keep helping!
     
  • Suggested answer
    CU06022134-0 Profile Picture
    18 on at
    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 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 Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard