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
Answered

Send email to multiple addresses

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I would like to send ONE email to myself and bcc users if their email box is checked (please see attached). So far I have created a button which sends individual emails but this is becoming a pain (too many emails being sent) so I need to tweak it but can't work out how.

 

Please could someone advise how I go about this? This is what I have currently:

 

Clear(Coll1); Clear(colDistinct)

 

Collect(Coll1,Filter(Gallery1_1.AllItems, Checkbox2_1.Value=true));

Collect(colDistinct, Distinct(Coll1,'Email Address'));

 

ForAll(

colDistinct,

Office365Outlook.SendEmailV2(

User().Email,  “subject”, “email text”,

{    Bcc: ThisRecord.Value   }));

 

Many thanks in advance

Email Image.png
Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @Anonymous,

     

    Could you give the following adjustment a try - we can also remove the collections via this code:

    Office365Outlook.SendEmailV2(
     User().Email, 
     “subject”, 
     “email text”,
     {
     Bcc: Concat(
     Filter(Gallery1_1.AllItems, Checkbox2_1.Value=true),
     'Email Address',
     ";"
     )
     }
    )

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    You're a star! Thanks so much for the swift response! Works perfectly 🙂

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard