- Release Notes
- September 2025
- July 2025
- June 2025
- May 2025
- February 2025
- December 2024

Release Notes
September 2025
linkSeptember 25, 2025
linkBuild number: 2025.0.176
What's New
Solutions in Studio
Solutions created in Studio Web can now be opened, edited, and saved in Studio, giving you more flexibility to develop automations together with their resources as a unified whole.
Enhanced design experience for Windows projects
The new design experience introduced in July for cross-platform projects is now also available for Windows projects.
This update brings the same modern improvements:
- Line numbering for easier navigation and reference.
- Compact activity designers to improve readability.
- Easy to add activities and cases, reducing visual noise and unnecessary spacing.
To enable this experience, navigate backstage to Settings > Design and enable the Compact Design Experience option.
Improvements
- We have streamlined the installation of activity packages by removing the License Acceptance window. Terms and conditions for each package are implicitly accepted when installing that package.
- The State Machine and Flowchart activities are now collapsed when added in a Sequence.
Bug Fixes
Google.Apis.*
namespaces did not appear or an unexpected error occurred in the Browse for Types variable type option if the default package installation directory specified in theUiPath.config
file contained the stringUiPath\Studio
.- The Show activities available for install Studio global design setting did not work as expected when the Enable all available activities Automation Ops governance setting was set to No and the Allow users to overwrite setting was selected.
September 10, 2025
linkBuild number: 2025.0.175
What's New
Bring changes when switching Git branches
Improvements
Improved design experience
The breadcrumb navigational path in the Designer panel header can quickly become hard to read in large workflows with deep nesting. Breadcrumbs now collapse into a drop-down menu once they exceed the available space. This means you can:
- Quickly expand the drop-down menu to see the full path.
- Avoid overflowing or truncated breadcrumbs in complex workflows.
- Pinned annotations are now part of the activity card in cross-platform projects.
- Unpinned annotations can be resized to fit their content and now feature rounded corners.
Other improvements
- Activities that use file and folder resources now feature a search functionality, allowing you to quickly find what you need within the current folder and all its child folders.
- The IResource data type is now available directly in the drop-down menu as one of the primary data types when configuring arguments.
- We have improved how error and warning messages appear in activities.
- Panels in the bottom area of the Designer feature text as well as icons when collapsed.
- Stack traces are no longer visible in the Output panel for known exceptions.
- The icon used to reset the zoom level back to the default value has received a visual update.
- To create a new RPA test case, you can now go to the Design tab, open the File group, and select New from the dropdown list.
Bug Fixes
- A System.NotSupportedException: Specified method is not supported error occurred when solving Git conflicts caused by Object Repository elements in some projects.
- The Invoke Workflow File activity caused a System.IO.FileNotFoundException: Could not load file or assembly error in some projects.
- Some workflow files were marked as modified when expanding an If activity.
- The Find References option for Object Repository elements incorrectly listed unrelated files in projects with multiple UI Automation activities.
- Two variables were incorrectly created in the Data Manager instead of one when using an Assign activity inside two nested For Each UI Element activities.
- The default Notes variable was incorrectly removed when using Remove Unused > Variables in projects created from the Task project template.
- Object Repository did not work as expected in projects upgraded from Studio versions prior to 2024.10 when the modern design experience was not enabled.
- Data Service activities did not work as expected in some projects that were created in Studio Web, edited in Studio, and then reopened in Studio Web.
- The keyboard shortcut to move focus between tabs in Backstage View (CTRL + Tab) was incorrectly announced by some screen readers.
- An unexpected error occurred in some
projects when invoking a workflow containing an Extract Table Data activity
and assigning a
new CultureInfo("nl-NL")
value toCultureInfo.CurrentCulture
. - The Watch panel did not display the correct scope value for variables that had the same name as a For Each activity’s iterator variable during debugging.
- Changes to an activity’s display name in the Designer panel were not saved when switching focus to other panels in some projects.
- Studio crashed while scrolling through projects containing large nested workflows with the following error: UiPath.Studio.Contracts.RecoverableException: Studio closed the active project due to a critical internal error.