Skip to content

Release Notes

Version 2.30.0

Released: September 2025

New Features

  • Decision Table — Contains Support: Added Contains condition support to Decision Table.
  • Mail — HTML Editor: Added rich text editor (HTML editor) support for mail message content.
  • Outlook — HTML Editor: Added rich text editor support for MS Outlook messages.
  • Mail — Reply-To Field: Added Reply-To field to the Email Sending component.
  • Mail Definition — Modern Auth: Added required permissions to support Mail Definition with Modern Authentication.
  • Scheduler — Robot-Based View: Added ability to view and filter scheduled processes by robot.
  • Scheduler — End Date Warning: Added a warning when a Scheduled Process is approaching its End Date.
  • Scheduler — Bulk Selection: Added bulk selection support for Scheduled Processes.
  • Scheduler — Search Bar: Added a search bar to the Schedule Process screen.
  • Scheduler — Process Duration: Added display of the running duration of active processes in the Scheduler.
  • Scheduler — Tasks Complete/Close All: Added Complete All Forms and Close All Forms buttons to the Scheduler Tasks screen.
  • Keyboard — Cyrillic Support: Fixed and added support for Cyrillic alphabet in the Keyboard & Mouse component.
  • Keyboard — Canadian Layouts: Added support for Canadian English and Canadian French keyboard layouts.
  • Keyboard — Regional Timezone: Added ability to set schedule time according to the regional timezone.
  • Worker — Info Display: Added information display panel to the Worker screen.
  • MS Excel — Set Cell: Added Set Cell activity to the MS Excel component.
  • Excel — Set Cell: Added Set Cell activity to the standard Excel component.
  • Excel — Encryption: Added file encryption feature to the Excel component.
  • MS Excel — Hide/Show Worksheet: Improved Hide/Show Worksheet activity in the MS Excel component.
  • Excel — Hide/Show Worksheet: Improved Hide/Show Worksheet activity in the standard Excel component.
  • Excel — Read to Dataset Column Name: Added Column Name field to the Read Excel to Dataset activity.
  • Google Sheets — Set Formula: Added Set Formula activity to the Google Sheets component.
  • Google Sheets — Insert Comment: Added Insert Comment activity to the Google Sheets component.
  • Google Sheets — Copy Style: Added Copy Style activity to the Google Sheets component.
  • Dataset — Create Rows and Columns: Added ability to add rows and columns in the Dataset Create activity.
  • Dataset — Add Column Optional Name: Made the Column Name field optional in the Dataset Add Column activity.
  • Modeler — Shortcut Display: Added ability to view available keyboard shortcuts in the Modeler.
  • Modeler — Call Activity Navigation: Added ability to open the called process from the Modeler when a Call Activity is added.
  • Modeler — Call Activity Warning: Added a warning when a process called via Call Activity is not within an Application.
  • Modeler — SubProcess Copy: Added ability to copy the contents of a SubProcess.
  • Modeler — Tab Titles: Added process names to Modeler page tab titles.
  • Modeler — Subprocess Expansion: Added ability to expand subprocesses based on page proximity.
  • Modeler — Validation Highlight: Added component color highlighting when a validation error is clicked.
  • Modeler — App Filter: Added ability to filter processes not belonging to any app in the Modeler Processes screen.
  • Modeler — Search Focus Improvement: Improved the Focus in item feature in the Search area of Modeler Processes.
  • Call Activity — Process Instance Label: Added a distinguishing label to the process instance name when called via Call Activity.
  • Modeler — Tab Titles: Added process names to Modeler page tab titles.
  • PDF — Edit and Save: Added ability to create, write, and blur content within a PDF and save as PDF.
  • PDF — Save Image as PDF: Improved the Save Image as PDF component.
  • PDF — Export as Image: Improved the PDF Export as Image activity.
  • RPA-Admin — Chatbot Export/Import: Added ability to Export and Import Chatbot Projects from the RPA-Admin frontend.
  • RPA-Admin — Chatbot Excel Export: Added ability to export learned Intents, Entities, and Utterances in Excel format.
  • RPA-Admin — Audit Log (User Privileges): Added audit logging for user privilege changes.
  • RPA-Admin — Audit Log (Restrictions): Added audit logging for restriction changes.
  • RPA-Admin — Audit Log (Competencies): Added audit logging for competency changes.
  • RPA-Admin — Data Extraction Screen: Added dedicated Data Extraction pages to the RPA-Admin screen.
  • RPA-Admin — Document Understanding Screen: Added Document Understanding test screen to RPA-Admin.
  • Document Understanding — HITL: Added Human In The Loop (HITL) support.
  • Document Understanding — Bulk Upload: Added support for bulk document upload.
  • Document Understanding — Extraction Activity: Added a new Extraction activity to the Document Understanding module.
  • Document Understanding — Data/Entity Extraction: Added a new Data/Entity Extraction component.
  • Chatbot — WebChat Attachment: Added attachment support to WebChat.
  • Chatbot — Working Hours: Added working time range configuration for WebChat.
  • GeeTest Captcha: Added GeeTest Captcha support via Computer Vision.
  • OCR — Dutch Language: Added Dutch language support to OCR components.
  • Http Task — Worker Execution: Http Task activity can now be executed by the Worker.
  • JSON — Get Length: Added ability to retrieve JSON array length without a Script Task.
  • Robot Version: Added Robot Version display on the frontend.
  • Scheduled Processes — Status Filter: Added multi-select support for the Status filter on the Scheduled Processes screen.

Bug Fixes

  • Application Scrap Data: Fixed issue where data was not retrieved when the first record was marked as a header (ST-582).
  • Clipboard — Dataset to Clipboard: Fixed issue where pasting clipboard data to Excel added empty columns.
  • Dataset — Filter <> Characters: Fixed issue where <> characters were incorrectly removed during dataset filtering.
  • Dataset — CSV Filter Index/Size Error: Fixed Index/Size error when filtering CSV-imported datasets.
  • Dataset — Sort Punctuation: Fixed error occurring with punctuation characters during sort operations.
  • Dataset — Filter Double Values: Fixed issue where double (floating point) values could not be filtered.
  • Dataset — Filter Hint: Corrected the filter hint display in Dataset Filter (2023.12 regression).
  • Dataset — Add Column Null Error: Fixed null error in the Dataset Add Column activity.
  • Dataset — Get Row as JSON: Fixed issue where data was not returned in the Get Row as JSON activity.
  • Dataset — Set Header Multiple: Fixed error when changing multiple headers simultaneously in Dataset Set Header.
  • Excel Set Cell Style — Default Parameters: Fixed issue where empty parameters were not defaulting to expected values.
  • MS Excel — Hidden Sheet: Fixed issue where hidden Excel sheets could not be read into a Dataset.
  • Google Sheets — Write to Dataset Timeout: Fixed Connection Timed Out error in Google Sheet Write to Dataset activity.
  • Google Sheets — Read Chrome Tabs: Fixed excessive Chrome tab opening when reading Google Sheets with credential-based connections.
  • Modeler — Long App Names: Fixed display issue for applications with long names in the Modeler.
  • Modeler — Process Design Visibility: Fixed issue where process designs were not visible in the Processes and Show Details screens.
  • Modeler — Subprocess Expansion: Fixed display issue when expanding subprocesses near the edge of the page.
  • Modeler — Diagram < Character: Fixed issue where content after the < character was not displayed in the diagram.
  • Modeler — Component Disappears on Move: Fixed issue where a component disappeared while being moved.
  • Modeler — Component Copy/Paste Offset: Fixed issue where components were pasted directly on top of the original.
  • Modeler — Save Model Asterisk: Fixed asterisk (*) indicator disappearing when clicking blank space after unsaved changes (POST PROD).
  • Call Activity — Parent Diagram Coloring: Fixed incorrect component coloring in parent diagram when a Call Activity encounters an error.
  • Script Task — Boundary Error Catch: Fixed issue where "Error updating database" in a Script Task could not be caught by a Boundary Event.
  • Process Rename Exception: Fixed unhandled exception during process rename after process start.
  • Scheduler — Concurrent Transaction Error: Fixed HistoricProcessInstanceEntity was updated by another transaction concurrently error.
  • Scheduler — End Date Status: Fixed issue where a Scheduled Process retained Scheduled status after its End Date passed.
  • Scheduler — Post Process: Fixed issue where Post Process successor was not executed on success or failure.
  • Scheduler — Send Process Logs: Fixed issue where logs were not sent to the specified mail address.
  • Scheduler — Tasks Refresh: Fixed continuous refresh issue on the Scheduler Tasks page.
  • Scheduled Processes — End Date Visibility: Fixed issue where End Date was not visible on the Scheduled Processes screen.
  • Scheduled Processes — Variable Parameters: Fixed issue with variable-containing parameters in Scheduled Processes (2023.08 regression).
  • Scheduler — Process Diagram Reload: Fixed issue where page layout was not preserved on Process Diagram reload.
  • Chatbot — Link Click: Fixed issue where links in chatbot dialogues were not clickable.
  • Chatbot — Attachment Visibility: Improved visibility of sent attachment files in the chatbot.
  • Chatbot — Attachment Query: Removed mandatory Query field when an attachment is present in Send Message.
  • Chatbot — Special Characters: Added support for special characters from different languages.
  • Chatbot — Import Utterances: Fixed issue where Utterances were missing after re-importing exported projects.
  • Chatbot — Connectable Message: Added selectable message option instead of showing "Connected" status.
  • IDM — Duplicate Group ID: Fixed issue where creating a group with a duplicate ID caused the system to hang.
  • App Group — Duplicate Deployments: Fixed issue where adding an App Group resulted in duplicate deployments.
  • App Grouping — Required Field Description: Updated description for the required field in App Grouping.
  • Mail Definitions — Modern Exchange Session: Fixed issue where the active session was not closed after testing a Modern Exchange connection.
  • Exchange Mail — Drafts Search: Fixed issue where Mail Search failed when a Draft-labeled mail existed in the Drafts folder.
  • Dev Environment — Login Screen: Fixed issue where login screens were not appearing in the development environment.
  • Dev Environment — Modeler Access: Fixed issue where the Modeler screen was inaccessible in the development environment.
  • Worker — War Count Error: Fixed error caused by an increase in WAR count on the Worker.
  • Worker — Run Without Selection: Fixed issue preventing a process from running on an idle robot without manually selecting a Worker.
  • WinSpy — Chrome Driver: Fixed WinSpy Chrome driver error.
  • Orchestrator — Admin Password Error: Fixed issue where an incorrect admin password in properties files did not produce an error in dependent applications.
  • HTTP Task — Token Authorization: Fixed token-based authorization issue in HTTP Task activity.
  • RPA-Admin — System Parameters Resolution: Fixed incorrect display of System Parameters screen at non-standard resolutions.
  • Script Helper — Typo: Fixed a typo in the Script Helper.
  • VBScript — Error Elimination: Fixed recurring VBScript error.
  • VBScript — Show Logs with #: Fixed incomplete log download for processes containing the # character.
  • PDF — Turkish Characters: Fixed issue where Turkish characters were converted to English equivalents during PDF operations.
  • PostgreSQL — UTF8 Encoding: Fixed invalid byte sequence for encoding "UTF8": 0x00 error.
  • MsWinApp Driver — Character Input: Fixed issue where certain characters were received incorrectly with MsWinApp driver.
  • List Files — Empty Directory: Fixed No file to list exists in the directory error in List Files activity.
  • CSV — Tab-Separated to Excel: Fixed issue when writing tab-separated CSV data to Excel.
  • Document Understanding — Field Selection: Fixed erroneous field selection issue in labeling.
  • Document Understanding — Vertical Column Headers: Fixed readability of vertical column headers.
  • Canias ERP — Java Attach: Fixed attach issue in Canias ERP Java application.
  • Application Open — Firefox Download Directory: Fixed issue where the Download Directory setting was not functioning for Firefox.

Performance Improvements

  • MS Excel — Large Files: Improved MS Excel performance when handling large Excel files.
  • OCR — Tesseract Update: Updated Tesseract engine, improving character recognition accuracy and speed.
  • OCR — Dutch Language: Extended language support for improved multilingual document processing.
  • Kibana — Worker Status: Added Worker Status monitoring to the Kibana Dashboard.