apps
2023.10
false
- Getting Started
- Before You Begin
- How To
- Notifications
- Using VB Expressions
- Designing your App
- Events and Rules
- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Value
- Rule: Start Process
- Rule: Reset Values
- Rule: Upload File to Storage Bucket
- Rule: Download File From Storage Bucket
- Rule: Create Entity Record
- Rule: Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Rule: Trigger workflow
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Application Lifecycle Management (ALM)
- Basic Troubleshooting Guide
Check the current user group

Apps User Guide
Last updated Feb 13, 2025
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.