Hi all,
I'm currently developing a model-driven app allows the user to start the creation of a new position within his team.
This app is based on a table called 'position requests'. One field of this table is a lookup to OOB user table. In this field, the user can chose a person that is in charge of a subsequent tasks (for example an approver) for the current request.
I would like to restrict the choice of users (approvers) to a group like for example Azure AD security group/office 365 group/users assigned with specific security role. Do you know how this can be achieved?
A simpler alternative would be to create a separate table with users (approvers) you can chose from. Of course, an admin have to administer this table whener a person joins or leaves the approver position. How would you achieve this?