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 / Envío varios adjuntos ...
Power Automate
Suggested Answer

Envío varios adjuntos dinamicos

(0) ShareShare
ReportReport
Posted on by
Buenas tardes
 
Por favor me pueden ayudar explicándome para crear un flujo en power automate para enviar varios adjuntos vía correo electrónico (el correo que manejo es outlook) de forma dinámica. Hasta ahora empiezo con la herramienta, pero esto lo requiero a nivel laboral. 
 
Gracias por la ayuda.
Categories:
I have the same question (0)
  • Suggested answer
    Sunil Kumar Pashikanti Profile Picture
    2,318 Moderator on at
     
    To send multiple files in one single email, you must first collect the attachments into an array. If you put Send an email (V2) inside an Apply to each, Power Automate will send one email per file.

    Recommended pattern

    Initialize an array variable
    Add Initialize variable at the start of the flow.
    Name: varAttachments
    Type: Array

    Loop through the files
    Use your trigger or action such as Get files or When a file is created.
    Add an Apply to each loop.
    Inside the loop:
    Use Get file content
    Add Append to array variable
     
    Append attachments using this structure
    {  
          "Name": "<File name with extension>",  
          "ContentBytes": "<File content>"
    }
    Make sure ContentBytes uses File Content, not file ID or path.

    Send the email outside the loop
    Add Send an email (V2) after the loop finishes.
    Open Advanced options and switch the Attachments field to entire array, then pass varAttachments.

    Why this works
    • Sends only one email
    • Fully dynamic number of attachments
    • No Graph API or custom code required
    Common issues
    • Empty attachments usually mean the append step is not inside the loop
    • Corrupted files mean ContentBytes is not mapped correctly
    • Watch Outlook attachment size limits when sending many or large files
     
    ✅ If this answer helped resolve your issue, please mark it as Accepted so it can help others with the same problem.
    👍 Feel free to Like the post if you found it useful.

    Sunil Kumar Pashikanti, Moderator
    Blog:
     https://sunilpashikanti.com/posts/
     

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