apps
latest
false
Apps user guide
- Getting Started
- Demo apps
- How To
- Notifications
- Using VB Expressions
- Designing your App
- Designing your app with Autopilot
- 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: 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
- Referencing a media document in your app
- Binding a media document to Image controls
- Leveraging Actions in your app
- Leveraging Connections in your apps
- Apps in Studio Web
- Application Lifecycle Management (ALM)
- UiPath First-Party Apps
- Basic Troubleshooting Guide
important :
For documentation on app projects in Studio Web, refer to the App Projects chapter in the Studio Web documentation: https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web.
Bind an uploaded media file to an Image control Source property using the Media expression syntax in the Expression editor.
Make sure the media file is uploaded to your app.
Note:
Media support is relevant for the Source property of the Image control.
-
Add an Image control to your app.
-
Open the Expression editor for the Source property.
Note:Image controls accept the
IResourcedata types.To reference a new
IResourceobject, enter the following expression in the Source field: assignmentnew IResource("https://imageURL.png")new IResource("https://imageURL.png") -
To bind the media file, use the following expression:
Media.<file_name>Media.<file_name>