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 / onSuccess email back t...
Power Apps
Answered

onSuccess email back to originator after managers review

(0) ShareShare
ReportReport
Posted on by

Hi,

I have created a power apps self assessment form for a computer user. On submit it;

  • Populates SharePoint list - all good
  • onSuccess sends an email to their manager Office365Outlook.SendEmailV2(Office365Users.ManagerV2(User().Email).mail - with a deep link to a details view of the form - all good
  • Manager reviews and adds managers comments and on submit;
    • updates SharePoint list - all good
    • on success, I want it to send an email back to the originating User().Email, I've tried Last.Submit, but that doesn't work 😞

What do I need to put Office365Outlook.SendEmailV2(????

thanks

Clyde

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

    Hi @Clyde,

    When created new item in SharePoint list, there is a default column called “Created By”, which will log the created user. You can send email back to the user shown in this column.

     

    If manager has a separate detailed screen for review(or you have just one detailed screen, only manager can access this screen), you can try below method to send email back.

     

    If there is the “Created by” field inside your detailed form, you can directly try this formula:

    Office365Outlook.SendEmailV2(DataCardValue13.Selected.Email,"Subject here", "body here")

    v-albai-msft_0-1620961233904.png

     

    If “Created by” field is not show in your detailed form, you need to lookup this record in your list using a unique field like “ID”(first you need to display this unique column inside your form. If your Title column is unique, you can also use Title to find this record from your list):

    Office365Outlook.SendEmailV2(LookUp(list10,ID=DataCardValue11.Text).'Created By'.Email,"Subject here", "body here")

    v-albai-msft_1-1620961233909.png

     

    Best regards,

    Allen

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