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 an e-mail when sa...
Power Apps
Unanswered

Send an e-mail when saving an entry to specific people

(0) ShareShare
ReportReport
Posted on by 10

Hi everyone,

 

I want my app to send an automatic email to specific people once a user has created an entry and saved it. For this I have created at first a sharpoint-list with the following columns:

Name: Single line of text
Email: Single line of Text
Want Email: Yes/No

What the app is supposed to do now exactly is: 

If a user has clicked on the save button, first check which name was selected in the form. Then check in the sharpoint list if YES or NO is selected under his name. If YES then send the following message to his email:

Hello PowerApps User, someone created a new ticket for you!

If NO, then do not send an email

 

Thank you guys for all answers!

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

    Hi @Dens47 ,

    Something like this on the OnSuccess of the Form - note this is structure guidance only.

    With(
     {
     wMail:
     LookUp(
     YourSPList,
     Name = Self.LastSubmit.Name
     )
     },
     If(
     wMail.'Want Email',
     Office365Outlook,SendEmailV2(
     wMail.Email,
     "Ticket",
     "Hello PowerApps User, someone created a new ticket for you!"
     )
     )
    )

     

    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

     

  • WarrenBelz Profile Picture
    155,313 Most Valuable Professional on at

    Hi @Dens47 ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    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

  • Dens47 Profile Picture
    10 on at

    Hi @WarrenBelz , thank you for you reply.

     

    in my form, the user can select the status of the entry (dropdown: New-Done). Is it possible to only send an email when the status "New" has been selected?

     

    New request: 

    If a user has clicked on the save button and the Status "New" is selected, first check which name was selected in the form. Then check in the sharpoint list if YES or NO is selected under his name. If YES then send the following message to his email:

    Hello PowerApps User, someone created a new ticket for you!

    If NO, then do not send an email

     

    Thank you!

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

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 993

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 545

Last 30 days Overall leaderboard