Announcements
Use Graph API or Power Automate to get all users with the job title
Office365Users.HttpRequest( "https://graph.microsoft.com/v1.0/users?$filter=jobTitle eq 'Operations Manager'", "GET", "" )
Process the response in Power Apps (via JSON()) or Power Automate.
JSON()
Filter locally for officeLocation in your desired values (e.g., "Sydney", "Brisbane", "Perth").because officelocation is not filterable using graph
officeLocation
"Sydney"
"Brisbane"
"Perth"
This approach bypasses the Graph API limitation, giving you the correct subset of users for your approval logic.
If this solution helped you resolve your issue, kindly mark it as accepted — it makes it easier for others to find and also closes the discussion. If you found it useful, a Like ❤️ would be greatly appreciated!
🤝 Let’s connect on LinkedIn || 📘 Explore more on my articles
Please let us know if the issue still exists. If it has been resolved, kindly close the thread by accepting the solution
Filter( Office365Users.SearchUserV2( { IsSearchTermRequired: false, top: 999 } ).value, JobTitle = "Operations Manager" && OfficeLocation in ["Sydney", "Brisbane", "Perth"] ).DisplayName
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 1,055
Valantis 666
11manish 666