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.

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.

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!