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 / Power Apps Email Templ...
Power Apps
Unanswered

Power Apps Email Template, send an email to the receipient also the data will store to the SharePoint List

(0) ShareShare
ReportReport
Posted on by 2

I have built a PowerApps Email template. I have added the attachment control to the Email Screen. Now User sends approval for the document. That data will stored in the SharePoint List.
In the SharePoint List, I have columns, "Created Name, Approver Name, and Attachment Name".
 In the Email Template screen, Send Button icon, On-select Property
I used the Patch Function. Which I inserted below

Patch(
'SPListName',
Defaults('SPListName'),
{
'Author': {
'@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
Claims: "i:0#.f|membership|" & Lower(User().Email),
DisplayName: User().FullName,
Email: User().Email,
Picture: ""
},
'Approver Email': Concat(MyPeople, Mail & "; "),
'Created By': User().FullName,
'Attachment Name': Concat(EmailAttach.Attachments, DisplayName & "; ")
}
);


I'm Facing Issue in the above PowerAppscode. Can anyone help me to solve this issue?

Scenario: In Power Apps Email Template screen, When user clicks the send button,
1) In mail, approver receive the document and message sent by the user.
2) Data store in SharePoint List. (Approver name, User Name , Attachment Name)




Categories:

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard