Hello,
I've created a leave request app using PowerApps but I have been asked to tweak one thing. I have a form where users can request leave, and they have to choose their manager from a dropdown list. At the moment, this dropdown displays all users in the business, but I would like to filter it to only show appropriate users.
For example, I have User 1, User 2 and User 3 - but only User 2 is a manager. Therefore I only want to have User 2 as an option in the dropdown.
The formula I have currently that displays all users is:
Choices([@HolidayRequests].Manager)
Can this be tweaked to only show the users I (as an admin) choose to show?
Many thanks
Joel