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 / Can I send eMails in P...
Power Apps
Unanswered

Can I send eMails in PowerApps, from a Person or Group column?

(0) ShareShare
ReportReport
Posted on by 24

Hello All,

I created a Microsoft List, with Person or Group columns.  I then Customized the form to that list in PowerApps.  After creating the PowerApps form, i wanted to be able to send an email, to the person selected in those Person or Group columns on Submit.  But the formula i came up with doesn't work, can anyone help?  (see pics below)

RonForrest_1-1686179970368.png

RonForrest_3-1686180103670.png

 

RonForrest_2-1686180055359.png

RonForrest_4-1686180140842.png

SubmitForm(EditForm1);

Office365Outlook.SendEmailV2(
First(DataCardValue33.SelectedItems).Email;
First(DataCardValue34.SelectedItems).Email;
First(DataCardValue35.SelectedItems).Email;
First(DataCardValue36.SelectedItems).Email;
First(DataCardValue37.SelectedItems).Email,
"(FOR YOUR REVIEW): " & "ThisItem.Id.Text" & "ThisItem.Title.Text",
"To see assignment: <br /><br />" & "<a href="https://opm365.sharepoint.com/teamsBF96438524C075ACE5E369"> CLIKC HERE </a>9",

{Cc: "ogcclearance@opm.gov;"}
);

Navigate(BrowseGallery1);

 

Can anyone help?

 

Categories:
I have the same question (0)
  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @Ron-Forrest ,

     

    Please try:

     

    Office365Outlook.SendEmailV2(

    First(DataCardValue33.SelectedItems).Email&";"&
    First(DataCardValue34.SelectedItems).Email&";"&
    First(DataCardValue35.SelectedItems).Email&";"&
    First(DataCardValue36.SelectedItems).Email&";"&
    First(DataCardValue37.SelectedItems).Email,

    "(FOR YOUR REVIEW): " & "ThisItem.Id.Text" & "ThisItem.Title.Text",
    "To see assignment: <br /><br />" & "<a href="https://opm365.sharepoint.com/teamsBF96438524C075ACE5E369"> CLIKC HERE </a>9",

    {Cc: "ogcclearance@opm.gov;"}
    );

     

    Best Regards,
    Bof

  • Ron-Forrest Profile Picture
    24 on at

    @v-bofeng-msft 

    Sorry, that didnt work :-(.  I was told to use that formula as well, but for some reason, the emails arent sending.

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard