Check the current user group
You can use controls in your app to check the group to which the current user belongs.
- Open an existing app, or create a new one.
- Select Add control to add a new control to your app, then Input.
- Select the Dropdown and drag it to an area in your app.
- In the Properties panel, select Data source, then Expression editor.
- Add the following expression:
CurrentUser.Groups.ToListSource - Select Save.