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 / send email attachment ...
Power Apps
Unanswered

send email attachment with trriger v2

(0) ShareShare
ReportReport
Posted on by 12

Hi, where am i doing wrong while sending flow with attachments (two images)

Flow.jpg

this is attachment

Attach.jpg

 

 

and here I got this error: Missing column. your formula is missing a column 'contentbytes' with a type of 'blob'

send.jpg

Categories:
I have the same question (0)
  • ANB Profile Picture
    7,250 Super User 2026 Season 1 on at

    Hi @nenandy , I believe because you are using 2 input parameter of type file , so while sending it from PowerApps, you need to specify the file input parameter. Example: When I click on 3 ellipses, 

    ANB_1-1705336035042.png

    this is what i found:

     

    ANB_0-1705335995450.png

    So, in your code from PowerApps, use 

     

    SendEmail_flow.Run(.........,
    {
     file:
     {
     contentBytes: First(DataCardValue33.Attachments).Value, 
     name: First(DataCardValue33.Attachments).Name
     }
    },
    {
     file_1:
     {
     contentBytes: Last(DataCardValue33.Attachments).Value, 
     name: Last(DataCardValue33.Attachments).Name
     }
    })

     

    Also make sure that these 2 input parameter are marked as required from Power Automate:

    ANB_2-1705336585767.png

     

    -----------------------------------------------------------------------------------------------------------------------------

    I hope this helps.

    Please click Accept as solution ✅ if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍

    Thanks,
    ANB


  • nenandy Profile Picture
    12 on at

    I got same error 😞 "Missing column. your formula is missing a column 'contentbytes' with a type of 'blob'"

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!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 88

#2
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 45

Last 30 days Overall leaderboard