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 to multiple...
Power Apps
Unanswered

Send email to multiple addresses from combo box

(1) ShareShare
ReportReport
Posted on by

Hi Guys,

 

I have a simple combox box linked to office365users which contains the following in the items field.

Office365Users.SearchUser({top:999})
 
I then have a button which contains the following in the on select field.
Office365Outlook.SendEmailV2(emailcombobox.Selected.Mail, "121", RichTextEditor1.HtmlText)
 
The issue I have is i have multiple names selected from the combo box but the email is only send to the first person.
 
Is there a way around this?
 
Thanks
 
 

 

 

Categories:
  • iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    Heya,

     

    You should be able to use Concat to add these into one string that can be used as the To address:

     

    Office365Outlook.SendEmailV2(
     Concat(
     emailcombobox.SelectedItems, 
     Email & ";"
     ), 
     "121", 
     RichTextEditor1.HtmlText
    )

     

    Cheers,

    Sancho

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard