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 / Missing column. Your f...
Power Apps
Unanswered

Missing column. Your formula is missing a column 'contentBytes' with a type of 'blob'

(0) ShareShare
ReportReport
Posted on by 12

Hi,

 

I am trying to send emails from Power app and for attachment control I get this error

Missing column. Your formula is missing a column 'contentBytes' with a type of 'blob'

 

I have tried renamecolumns method already

Categories:
I have the same question (0)
  • rzuber Profile Picture
    552 Moderator on at

    @Vishnu27 - You're going to need to give us more information than that.

     

    Which email function are you using? How are you defining the attachment?

     

    Here is a simplified example of a formula I use to send a PDF of an HTML Text control on a screen the user is looking at:

     

     

    Office365Outlook.SendEmailV2(
     Concat(colSharingList, Mail, ";"),
     "[PDF] Document",
     "See attached PDF.<br /><br /><i>This message was sent by 'The Tool'.</i>",
     {
     Attachments: Table(
     {
     Name: "Document.pdf",
     ContentBytes: PDF(
     HtmlText5,
     {
     DPI: 72,
     Margin: "5mm",
     Size: PaperSize.Letter,
     Orientation: PaperOrientation.Landscape
     }
     )
     }
     )
     }
    )

     

     

     

     

    The colSharingList is a collection of the email addresses I chose on-screen to receive the email. The PDF() function creates the blob object for the Attachments table you pass to the email function.

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 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard