web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Notify email users fro...
Power Automate
Unanswered

Notify email users from another list

(1) ShareShare
ReportReport
Posted on by 2,249

When item is created in Main list using PowerApps by clicking SubmitForm(newform ),then I need to send email to list of users from Approvers list whose Title=HR

 

List schema:

Main list 

Name  status

John     Inpending

 

Approvers List

 

Title(singleline)     Name(person field with allow multiple selections enabled in column settings)

HR                          Mathew; Joe; Jim

CEO                         carol

Categories:
I have the same question (0)
  • Verified answer
    abm abm Profile Picture
    32,858 Most Valuable Professional on at

    Hi @Veblitz 

     

    Follows the below steps

     

    image.png

     

    image.png

     

    Above Parse JSON schema is as follows:

     

    {
        "type""array",
        "items": {
            "type""object",
            "properties": {
                "@@odata.type": {
                    "type""string"
                },
                "Claims": {
                    "type""string"
                },
                "DisplayName": {
                    "type""string"
                },
                "Email": {
                    "type""string"
                },
                "Picture": {
                    "type""string"
                },
                "Department": {},
                "JobTitle": {}
            },
            "required": [
                "@@odata.type",
                "Claims",
                "DisplayName",
                "Email",
                "Picture",
                "Department",
                "JobTitle"
            ]
        }
    }
     
     
    image.png
     
    Finally the compose2 will have all the approver emails. Next step you can add your approver actions steps.
     
    Thanks
  • Veblitz Profile Picture
    2,249 on at

    Thanks a lot.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 462 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 456 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard