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 / Microsoft365Outlook.Se...
Power Apps
Answered

Microsoft365Outlook.SendEmailV2 is an unknown or unsupported function

(0) ShareShare
ReportReport
Posted on by 186

I have a help page where I send EMails to admins. However, I get an error, SendEmailV2 is an unknown or unsupported function in Microsoft365Outlook.

Microsoft365Outlook.SendEmailV2(Concat(ComboBox1.SelectedItems,Mail,";"),TextInput10.Text,RichTextEditor4.HtmlText,{Attachments:RenameColumns(attachments.Attachments,"Value","ContentBytes")})

   I am getting users from active directory and getting their mails string and separator. Below is the image and the formula is on select property of the Send Email button.Appwork.PNG

 What could be the issue here?

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    154,411 Most Valuable Professional on at

    Hi @Rick_black ,

    Have you added Office365Outlook into your Data Sources (note Office, not Microsoft)

  • Rick_black Profile Picture
    186 on at

    yes @WarrenBelz 

  • Verified answer
    WarrenBelz Profile Picture
    154,411 Most Valuable Professional on at

    Hi @Rick_black ,

    Sorry, but that was one obvious question - so your command is the same - if you have added Office365Outlook (current version) you are using Office365Outlook.SendEmailV2() and the same for Microsoft (the previous version). That is generally the reason for the error message you are getting. The below (using Office) should be valid if you have that connector

    Office365Outlook.SendEmailV2(
     Concat(
     ComboBox1.SelectedItems,
     Mail,
     ";"
     ),
     TextInput10.Text,
     RichTextEditor4.HtmlText,
     {
     Attachments:
     AddColumns(
    	 RenameColumns(
     attachments.Attachments,
     "Value",
     "ContentBytes"
     ),
     "@odata.type": ""
     )
     }
    )

     

    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.

    Visit my blog Practical Power Apps

  • Rick_black Profile Picture
    186 on at

    It was the connector

     

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 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard