Notes de publication de Studio
May 18, 2026
Build number: 2026.0.193
Nouveautés
Solutions in Studio Desktop
You can now create a new project from a template directly from a Solution. Right-click the Solution in the Explorer panel and select Create Automation from Template. Then, select a template and configure it further. The new project is created as part of the solution folder. This makes it easier to get started with a template without requiring you to create it outside of the solution.
The same template selection experience is available backstage, with each template card exposing a version dropdown and additional information — full description, creator, and last updated date — available on hover.
Non-RPA projects in the Solution Explorer are no longer rendered in a disabled state. Opening a file from a non-RPA project shows a contextual banner explaining the limited editing experience and providing a direct link to edit the project in Studio Web.
The Solution Explorer project icons in Studio Desktop have been updated to match the icons used in Studio Web for Agentic Process, Apps, Agent, API Workflow, and other project types. The JSON file icon has also been refreshed.
Edit activities faster in Compact Mode
Property editing in Compact Mode previously required opening the full Properties Panel for every change. Clicking a pill of an activity opens the Properties Panel pre-focused on the matching field, ready for input.
UI Automation cards allow you to indicate the target directly from the cards. When the project uses Object Repository, the activity card shows the activity name (e.g., Click, Get Text) together with a pill displaying the descriptor name, so it’s clear at a glance which element the activity targets.
Try/Catch, Switch, and Else If
In Compact Mode, the branches of Try/Catch, Switch, and Else If now use a merged-container treatment: each branch’s header (condition, case, or exception filter) and body are combined into a single container per branch, reducing the length of the designer.
When a Catch block in a Try/Catch is selected, the Properties panel now also exposes the exception type as an editable property. Changing it from the Properties panel updates the activity on the canvas, and the reverse.
Résolution de bogues
- Minimizing an email activity surfaced a "You must provide a value for Connection" validation error that disappeared when the activity was expanded again.
- Clicking Refresh on the Input arguments field of a Run Job activity regenerated only the input custom-types assembly and left the output assembly stale. As a result, run or debug failed to load the workflow with errors like Unable to create activity builder for Main.xaml or BC30560 'X' is ambiguous in the namespace.
- Studio could not apply the Automation Ops governance policy when the Automation Cloud organization display name contained non-ASCII characters, failing with Request headers must contain only ASCII characters during policy retrieval.
- Create variables and arguments from JSON schemas could not be used when Studio was running in a non-English language.
- Renaming an argument or variable referenced by an Object Repository activity left the activity pointing at the old name, causing an exception at runtime. Studio now warns before you rename arguments or variables that are used in Object Repository activities.
4 mai 2026
Numéro de build : 2026.0.192
Nouveautés
Créer des solutions dans Studio
Vous pouvez désormais créer des solutions directement dans Studio. Que vous commenciez par un nouveau Processus ou par un Modèle, vous disposez désormais d'une option pour le créer dans le cadre d'une solution en activant Créer une nouvelle solution.
Dans le cadre de ce travail, Ajouter un fichier, Ajouter un dossier et Ouvrir l'emplacement du fichier sont désormais disponibles pour tous les types de projet dans l'Explorateur, et pas uniquement pour le projet RPA actuellement ouvert.
Améliorations
Marquer les activités comme privées directement à partir de la carte d'activité
Faites un clic droit sur les activités pour utiliser Marquer comme Privé ou Marquer comme Public pour contrôler si les valeurs de l'activité apparaissent dans les journaux d'exécution.
Résolution de bogues
- Double-cliquer sur une erreur de validation pour une activité Flow Decision dans un Flowchart se focalisait sur le Flowchart lui-même au lieu de l'activité Flow Decision, ce qui rendait difficile l'identification de l'activité dont la condition était manquante lorsque plusieurs activités Flow Decision étaient présentes. Le même comportement s'est produit pour les résultats de l'analyseur de workflow lorsque les activités avaient leur nom par défaut.