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 / Approval hierarchy bas...
Power Apps
Answered

Approval hierarchy based on titel

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi PowerPeople

I'm creating a form which should be approval by potentially 6 levels. 
The depending parameter is amount, so if the amount is not above 1.000 should it only be the requesters Manager or Director who should approve. 
If the amount is between 1.000 and 10.000 should it be the next level in the organization.

Im currently trying to make it work with the office365-user.manager funktion, but its not working dynamically. 

Any suggestions for making it work?

Br. Tore


Categories:
I have the same question (0)
  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    HI @Anonymous ,

    How do you want to achieve your needs? Using PowerApps or MS Flow?

    How do you send the Approval email? Using Microsoft Flow?

    Further, could you please share a bit more about your data source?

     

    If you want to send the Approval email within your PowerApps app, I think the If function could achieve your needs.

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

    Set the OnSelect property of the "Button" to following:

    If(
     amount < 1.000
     Office365.SendEmail(Office365Users.Manager(User().Email).Mail, "Approval Email", "Email Body"),
     amount > 1.000 && amount < 10.000,
     Office365.SendEmail(
    Office365Users.Manager(Office365Users.Manager(User().Email).Mail).Mail,
    "Approval Email",
    "Email Body"
    ) )

    If you want to send the Approval email using Microsoft Flow, please take a try with the following workaround:6.JPG

     

    7.JPG

     

    Best regards,

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,045

#2
Valantis Profile Picture

Valantis 675

#3
11manish Profile Picture

11manish 592

Last 30 days Overall leaderboard