My company want to do employee yearly performance review in SharePoint online, each employee has different manager level approval (supervisor, senior, manager) and all must approve, and some they have only one level approval ( manager) how to do approval process according to employee manager level. Your help is really appreciated.
each Employee has his line manager stored in AD Azure
Each Employee has his line manager stored in AD Azure.
Yes it is returns the manager, it is all fine with that, I managed to get all managers by looping till reach the manager in Job Title. now my problem is how to stop the loop if one of the managers not approve.
1
2
3
Can you do a quick test? Create a Flow like the one below and see if returns your manager.
Where does all the manager level hierarchy stored? Is that stored in SharePoint against each employee?
Thanks