apps
latest
false
- Release Notes
December 2023
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.

Apps Release Notes
Last updated Jul 7, 2025
Support for media files
We've enhanced the user experience for handling image sources in your app. You can now upload your required media files directly into the app, ensuring their constant availability.
To reference these files in the Source property of your image controls, the new syntax is
Media.<file_name>
. For details, see Leveraging Media in your app.
Improvements
Table controls now support data sorting using the Query Builder.
Bug fixes
-
For multi-pages apps, the tooltip property of any of those pages was not being evaluated, causing page load events to not execute.
-
Resetting or removing the value from a Textbox (Number) control returned zero instead of a null value.