UiPath 26.0.182 December Community Release

UiPath 26.0.182 December Community Release

:tada: UiPath Platform Migration Update — Version 26.0.182

Hi everyone :waving_hand:

With version 26.0.182, the UiPath Platform migration for Community users is approaching its final phase.
Most users are already benefiting from the new update experience:

  • Fast updates that apply in seconds
  • Smaller, incremental downloads
  • Automatic rollback for reliability
  • No disruption to Studio or Assistant

Thank you for all the feedback and diagnostics that supported the rollout across versions 179 → 180 → 181 → 182.

:bullseye: What happens next

In the coming days, we will run one more migration pass to cover the remaining installations.
No action is required from you.

All other users continue to receive fast, delta updates with 26.0.182.

After this final pass, if some installations still do not transition automatically, we will recommend a manual migration to ensure every environment can benefit from the new updater.


:folded_hands: Thank you

This was a large-scale automatic migration, and your feedback has been invaluable.
If you encounter issues, please run UiPath.Connected.InstallDiagnostics.exe

…and DM the generated .zip file to @Alexandru_Bizon so we can investigate.

Studio

This release brings several updates focused on small UI improvements and fixes for customer-reported issues. The goal was to improve overall usability and address minor visual inconsistencies.

Apple activities

We released three brand new activity packages for automating your MacOS applications.

Note:
Processes that include these activities must be run on a MacOS environment.
You can design, test and deploy your macOS automations directly from Studio Web. Use the image option to execute your process on the local macOS via the Assistant on MacOS.

Apple Mail

Provides automation capabilities for the Apple Mail application.

Activities:

  • Send Email – Sends an email message.
  • List Accounts – Lists all mail folders from all configured Apple Mail accounts.
  • For Each Email – Iterates through each email message in a selected folder and executes defined actions.

Read more in the documentation.

Apple Numbers

Enables automation of Apple Numbers spreadsheets — similar to working with Excel files.

Activities:

  • Read Range – Reads data from a specified range in a Numbers spreadsheet.
  • Write Range – Writes data to a specified range.
  • Read Cell – Reads data from a single cell.
  • Write Cell – Writes data to a single cell.
  • Get Sheets – Retrieves all sheets (and table names) from an Apple Numbers document.

Read more in the documentation

Apple Scripting

Allows automation of MacOS functionality through AppleScript and Shortcuts.

Activities:

  • Invoke Apple Script – Runs an AppleScript and returns its output.
  • Invoke Apple Shortcuts – Executes an Apple Shortcut and returns its output.

Read more in the documentation

Previous release notes

Please tell us what you think

Which features excite you the most and are you going to try right away? We want to hear what you think! Please use the A red button labeled "Reply" with a blue left-facing arrow icon. (Captioned by AI) button below :slight_smile:

5 Likes

Hello,
It may not even be due to this release, but is it actually normal that once a variable’s scope is set to Global, it cannot be reverted?
bugGloablvariable

Cheers.

Hi - thank you for your feedback, this has always been the case with Global Variables and once created, most of their properties remain unchanged. Would you be able to tell us more about the need to switch the scopes of a Global variable back to a smaller scope?

1 Like

Hi, when I changed the variable to Global and then wanted to switch back to a smaller scope, this issue occurred. I was forced to delete the variable. It would be appreciated if switching scopes could be done more easily.