apps
latest
false
- Getting Started
- Demo apps
- 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: Log Message
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Value
- Rule: Start Process
- 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
- Leveraging Media in your app
- Application Lifecycle Management (ALM)
- UiPath First-Party Apps
- Basic Troubleshooting Guide

Apps User Guide
Last updated Oct 29, 2025
Screen readers use the value of the Accessible label as an accessible descriptor.
The Accessible label is an expressionable VB property. You can bind it to other properties in your app. For example, if a Button control on the MainPage of your app uses the Accessible label, you can reference it using the following expression:
MainPage.Button.AccessibleLabel.
Using the Accessible label
To add accessible descriptions using the Accessible labels in your app:
- Open your app.
- Select a Button or Custom HTML control. The Properties panel opens.
- Add accessible text to the Accessible label property.