UiPath 26.0.197 July Community Release
Hey Community!
Here’s what’s new in this release.
Studio
Solutions: debug across projects, publish as a whole
Solutions now have more improvements to make them first-class functionality in Studio: debug across projects with cross-project calls resolved automatically, and publish the solution with the new Publish Solution wizard.
Debugging resolves cross-project calls automatically
Debug a file that calls into another project via Run Job and the call just resolves - no manual Save Solution to Cloud step, no setup before hitting Debug. Studio deploys the sibling projects to a debug folder in your Personal Workspace, where they run as Orchestrator jobs when invoked. That preparation runs only when it’s needed: if Studio can tell your file never reaches a Run Job call, it’s skipped and debugging starts right away. Breakpoints and stepping stay in the project you’re debugging - invoked projects run remotely.
Publish Solution wizard
Publishing a solution now has a dedicated home in the ribbon: the Publish Solution split button. It opens a wizard that packages all projects in the solution - set the package name, version, description, and release notes, then choose where it goes:
- Orchestrator Tenant Feed - the package lands in your tenant feed; deploying and activating it stays a separate step.
- Orchestrator Personal Workspace Feed - publishes, then automatically deploys and activates, so it’s ready to run right away.
- Custom - packs it to a local folder, nothing is uploaded.
Need to publish just one project? The split button’s menu also offers Publish Active Project and Publish Active Test Cases - these skip the wizard and publish only the project you’re working in, and the same actions remain in the project’s context menu.
Outside solutions, the Publish button works exactly as it always has.
Try it
Open a multi-project solution and debug a file that calls into another project via Run Job - the cross-project binding gets provisioned automatically. Then hit Publish, pick a target, set a version, and publish everything in one step.
Invoke Code’s new editor
Invoke Code’s plain text preview has been replaced with an inline, ActiPro-powered editor:
-
Syntax highlighting and line numbers appear directly on the activity card - no more popup needed for quick edits.
-
Expand to a full code editor if you need to to see more code
-
Get IntelliSense, multi-cursor editing, and find/replace right inside the activity card.
-
Available starting with the System activities package v26.6.1 - update the package to get the new editor.
Try it: update the System package to 26.6.1 or later, drop an Invoke Code activity onto the canvas, and start typing directly into the card.
Multi-select context menu catches up
Right-clicking multiple selected activities now surfaces the same actions you’d get from a single activity - Disable, Surround with Try Catch, and more - instead of a stripped-down menu. Every applicable action now runs against your entire selection, not just the first activity.
More file types get syntax highlighting
Studio’s file editor used to highlight only C#, VB, XML, and JSON. It now shares the same syntax engine as Invoke Code’s editor, so more languages get proper treatment.
-
.py, .sql, .ps1, .java, and .js files now render with full syntax highlighting instead of plain text.
Empty states for Properties and Outline
The Properties and Outline panels no longer sit blank when nothing is open. Both now show a clear icon-and-message empty state until you open a file and select an activity.
Previous release notes
- UiPath 26.0.195 June Community Release
- UiPath 26.0.194 May Community Release
- UiPath 26.0.193 May Community Release
- UiPath 26.0.192 April Community Release
- UiPath 26.0.191 April Community Release
Please tell us what you think
What excites you the most? What is your experience? We want to hear what you think! Please use the
button below ![]()
