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 / PowerApps - Emailing S...
Power Apps
Unanswered

PowerApps - Emailing Specific Patched Data from Gallery Grid

(0) ShareShare
ReportReport
Posted on by 35

I'm hoping someone can help me. So here is what I'm trying to do. Basically I created an app so field users can report a store closing. Anything that gets submitted would have a status "Closed". The information gets patched to a SharePoint list.

 

I then created an editable gallery grid in PowerApps (screenshot below). This screen will show all the field users store locations that are currently marked closed (from their previous submissions). The intent of this screen is for the user to go and find their stores that they submitted and mark them "Open" (Select Open from the drop down box) once they confirm the location has reopened. Once the user press submit, this will patch the updated store status on the SharePoint list. 

tko0215_2-1651784802620.png

So what I'm struggling with is how to notify select end-users that the user had indicated that a store "Opened". Currently, when the user press submit changes, an email would be sent to select end-users. It's just a generic email that tells that XXXX has updated the close store list. It also provides a link to the direct sharepoint list. 

 

 

tko0215_1-1651784372834.png

 

Since the SharePoint list can be rather big, is there a way where the user press submits and an email would be sent (to select users) containing the exact records (i.e store ID's) that were submitted as "Opened" and patched from the gallery grid? I'm sure there is a way. I just don't know how. Any help would be appreciated! thanks!

Categories:
I have the same question (0)
  • Silvester. Akakpo Profile Picture
    783 on at

    Hi @tko0215 ,
    On the submit button, you need to create a variable that can be used to reference all the attributes needed later in the mail (ie: Select user, ID, etc)

    Set(VarStore, ThisItem);SendEmailV2( 
     VarStore.SelectUser, 
     "YourSubject", 
     "Body", 
     { 
     VarStore.ID: 
     } 
    ) 

    You can decide to do a deep linking to the record detail page if you want to using the VarRecord as Item(property) in an Edit form.

    For deep linking, check this post Create a canvas app with deep link to a specific screen - Power Apps | Microsoft Docs

    Kindly like this post if you  find it interesting or better still accept it as a solution to help others find it 

  • tko0215 Profile Picture
    35 on at

    Thanks for your response. I think I get what you are saying but to be honest, I'm still very new with PowerApps. Is there perhaps an easier way to create an HTML table of any thing that the user selected and submitted "Opened"?

    tko0215_0-1651874239991.png

    This is what I want to send once the user press submit changes. It should only show a list of locations that the user submitted as "Opened". 

    tko0215_1-1651874398185.png

     

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 530

#2
WarrenBelz Profile Picture

WarrenBelz 459 Most Valuable Professional

#3
Haque Profile Picture

Haque 314

Last 30 days Overall leaderboard