Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Unanswered

how can one send mail to manager based on the organization chart

(0) ShareShare
ReportReport
Posted on by 18

My requirement is to send escalation mail at each level in organization chart.

 

  • shalini Profile Picture
    18 on at
    Re: how can one send mail to manager based on the organization chart

    Please find the screenshotsManagerApproval.png

  • ScottShearer Profile Picture
    25,208 Most Valuable Professional on at
    Re: how can one send mail to manager based on the organization chart

    Can you post a screen shot of your do until loop?

  • shalini Profile Picture
    18 on at
    Re: how can one send mail to manager based on the organization chart

    I am facing an issue while sending mail to managers in an organization recursively at top level.

    the flow failed at last when flow cannot find the top level manger's manager.

    How can be overcome this situation where the manager's manager does not exist.the flow does not give successfull run even though it reaches to the top level in hierarchy. when get manager fails.Manager.png

     

  • shalini Profile Picture
    18 on at
    Re: how can one send mail to manager based on the organization chart

    Thanks both of you.I will try it and let you know about it 

  • v-xida-msft Profile Picture
    on at
    Re: how can one send mail to manager based on the organization chart

    Hi @shalini,

     

    Could you please share more details about your scenario?

    Do you want to send an email to the Manager within your Organization?

    Further, could you please share more details about your organization chart?

     

    I agree with @ScottShearer's thought almost. You could add the "Get manager (V2)" action of Office 365 Users connector within your flow to get the manager profile of a specific user, then send an email to the Manager based on the Mail dynamic content of the "Get manager (V2)" action.

     

    I have made a test on my side and please take a try with the following workaround:

    • Add a proper trigger, here I use Flow Button trigger.
    • Add a Variables-> "Initialize variable" action, Name set to InitialUser, Type set to String and Value set to Test3@xxxxxx.xxmicrosoft.com

    Note: I assume that the user Test3@xxxxxx.xxmicrosoft.com is the lowest level member within your Organization chart.

     

    • Add a Do Until action, within Condition box, click "Edit in advanced mode", type the following formula:
    @empty(variables('InitialUser'))
    • Within "Do Until" action, add a "Get manager (V2)" action, the User (UPN) field set to InitialUser variable. Add a Parallel branch action, within left branch, add a "Send an email" action, To field set to Mail dynamic content of the "Get manager (V2)" action, then add a "Set variable" action, Name choose InitialUser, Value set to Mail dynamic content of the "Get manager (V2)" action.

             Within right branch, add a "Set variable" action, Name choose InitialUser, Value set to null expression. Then click "Menu" button-> "Configure run after" option, within the "Set variable" should run after panel, select has failed option as below:11.JPG

     

    Image reference:12.JPG

     

    13.JPG

     

     

    The flow works successfully as below:14.JPG

     

    More details about using expression in flow actions, please check the following article:

    https://flow.microsoft.com/en-us/blog/use-expressions-in-actions/

     

    More details about the Configure run after option, please check the following article:

    https://flow.microsoft.com/en-us/blog/error-handling/

     

     

     

    Best regards,

    Kris

     

     

     

     

  • ScottShearer Profile Picture
    25,208 Most Valuable Professional on at
    Re: how can one send mail to manager based on the organization chart
    You should be able to use the Get Manager action to retrieve anyone's manager assuming that Office 365 knows your org chart.

    Can you be a bit more specific about your requirement?

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,645 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow