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 the all ...
Power Apps
Answered

Send email to the all the people in the list without using power automate

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

hi Expert 

on submit form , i want to send email to all the email address on the list without using power automate once the form is submitted

 

email 
xyz@yahoo
np@yt
tjfj@csjhxgcjh
tjsks
Categories:
I have the same question (0)
  • Ramole Profile Picture
    Super User 2024 Season 1 on at

    Hi @Anonymous 
    You can use ForAll function

     

    ForAll(galeryname.AllItems,Office365.SendMail(fieldname.Subject,Body)

     

     MS Documentations 

  • Tamer66 Profile Picture
    228 on at

    Hi @Anonymous ,

     

    you can also send an Email or an Email to a group of Members with Powerautomate Flow.

    This gives you a little bit more posibilities for Formating and handling etc.

     

    You can send your Email with members from Sharepoint Group, Excel List or Gallery List etc.

     

    I hope this helps

     

    Tamer

     

     

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

    Have your resolved your problem?

    Do you want to send email to the whole column of email address?

     

    Just assume that the Email column is a Person type, please set the send button OnSelect property as below:

    ForAll(list.Emai,Office365Outlook.SendEmailV2(Email,"SubjectString","Body"))

    Or you could save the Email column within a collection like: 

    ClearCollect(colperson,ScoreList.Employee)

    Then send email as below:

    ForAll(colperson,Office365Outlook.SendEmailV2(Employee.Email,"SubjectString","Body"))

    Employee is the Person column in my list.

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