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: 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
- Rule: Submit Action
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Leveraging Media in your app
- Leveraging Actions in your app
- Application Lifecycle Management (ALM)
- UiPath® First-Party Apps
- Basic Troubleshooting Guide
The Expression editor
Apps User Guide
Last updated Jun 17, 2024
The Expression editor
The Expression editor allows you to use VB operators and functions, while respecting a predefined syntax. You can identify the properties that can be configured using VB expressions by the "tune" icon .
Expressions must reference the property name given in the app page. For example, to reference the main page, include the snippet MainPage in your expression. If you rename the main page to First Page, include the snippet FirstPage in your expression.
All custom Apps utility functions are grouped under a single interface that makes them easier to discover. This way, you only
need to type in
App.
, and a list of available functions unfolds.