Migrate Release Notes
These notes provide an overview of new features implemented in each version of Blueprint along with any important upgrade advisories and resolved issues.
They also outline known issues you may experience while using a specific version of Blueprint and any applicable workarounds.
Blueprint Version | MS Flowbuilder SDK | Minimum Required PAD Version |
8.4 | 2.24 | 2.50x |
8.3 | 2.24 | 2.50x |
8.2 | 2.24 | 2.50x |
8.1 | 2.24 | 2.50x |
8.0 | 2.20 | 2.46x |
Version 8.5
GA Date: September 2025
Version 8.4
GA Date: July 28, 2025
UiPath to PAD
- Enhancements:
- Now using Name attribute from project.json as Tag in PAD to see related Flows
- Added ability to migrate variablized Subflows
- Added ability to manually include processes as Subflows during migration. Users can now manually add processes that aren't part of the original call tree as Subflows in the migrated process.
- Mappings:
- Support for using ui:ExtractData activity for SAP
BP to PAD
- Enhancements:
- Improved ability to migrate previously unsupported Blue Prism structures
- Added a default .NET Script reference variable to reduce manual configuration steps when setting up migrated .NET Scripts
- Blue Prism Global Code now migrates as a variable with comments indicating whether the code is fully supported, partially supported, or unsupported in Power Automate Desktop (PAD)
- Blue Prism Environment Variables now migrate as Input Variables in PAD, enabling users to leverage PAD's native environment variable functionality within Solution Files
- Now using Name attribute from .bprelease as Tag in PAD to see related Flows
- Now supported creating folders when provided filepath contains “//”
- Now using “Add Multiple Work Queue Items” to improve performance with large datasets
- Added ability to migrate variablized Subflows
- Added ability to manually include processes as Subflows during migration. Users can now manually add processes that aren't part of the original call tree as Subflows in the migrated process.
- Mappings:
- MS VBO actions:
- Close
- Create Document
- Create Document Visible
- Export PDF
- FInd Text
- Hide
- Open Document
- Open Document Visible
- Read Text
- Save As
- Show
- Type Text
- MS Excel VBO::Open Workbook With Password
- MS Excel VBO::Save Workbook
- Collection Manipulation::Is Empty
- MS VBO actions:
A360 to PAD
- Enhancements:
- Raised “depth limit” to support imports of larger bots into Blueprint
- Added support for If’s with multiple conditions
- Now migrating SQL connection string and SQL credentials when available. Otherwise, will add a TODO comment
- Resolved some issues with keystroke actions
- Fixed issue where variables were missing after migration
- Added ability to migrate variablized Subflows
- Added ability to manually include processes as Subflows during migration. Users can now manually add processes that aren't part of the original call tree as Subflows in the migrated process.
- Mappings:
- Added mapping for previously unsupported loop actions
Rules
- Added new Rules Wizard on process export to PAD. Will guide users to automatically set up and utilize rules for Reuse, Queues, and Missing References
Dashboards
- Moved "Export Call Tree" as an option in the Actions dropdown of the Per Call Tree > Mains report
Version 8.3
GA Date: June 13, 2025
UiPath to PAD
- Enhancements:
- Added support for mid-value wildcards
- Added descriptions for Blueprint created .NETscripts for clarity
- Assigned namespaces to the defaultRunDotNetScriptImports variables per XAML file
- Mappings:
- Generate Data Table from text (parsing method is CSV)
- SAP Select Menu Item
- SAP Click Toolbar Button
BP to PAD
- Enhancements:
- Converted ALL collection handling to use PAD datatables instead of lists and custom objects.
- Added support for region-based image selectors using PAD’s Image Fallback.
- Improved Work Queue substitution logic when using Rules
- Added support for FetchXML queue filtering
- Extended VBO matches intentionally not imported to no longer appear as missing in the Missing Processes report or call trees.
- For unsupported Attach stages in PAD, converted associated TODO comments to INFO comments.
- Mappings:
- JSON to Collection (skipping array):
- Output is table
- JSON to Collection:
- Output is one or more JSON objects as an Array
- User can reference one of the JSON items to see information on that item.
- Get Subfolders
- Open Excel – Read Only
- Work Queues:
- Get Item by ID (supporting all statuses)
- Is Item in Queue
- Get Item Data
- JSON to Collection (skipping array):
Rules
- Introduced an Add New button allowing users to add new rules in the UI for Code Replace and Work Queue rule types
- Renamed column header:
- From "Original Robin Code" to "Original Robin Code (single action)"
- From "Replacement Robin Code" to "Replacement Robin Code (one or many actions)"
Dashboards
- Estimator Dashboard
- Introducing Selector Report
- Updated and introduced new TODO categories
Other
- Added Helpdoc links throughout the product, accessible via the ? icon
- Set the default value for Password Change Cooldown to 0
- Changed default value of Enable Native SAP Actions to enabled
Version 8.2
GA Date: April 23, 2025
UiPath to PAD
- Enhancements:
- Added support for SAP selectors and native SAP actions
- Users can toggle between native SAP actions or UI actions in Settings
- Added support for SAP selectors and native SAP actions
- Mappings:
- Run VBScript
BP to PAD
- Enhancements:
- Added support for SAP selectors and native SAP actions
- Users can toggle between native SAP actions or UI actions in Settings
- Added support for Selector Match Type *.Regex
- Now using label from Application Modeler
- Optimized shared Environment Variable Initializations Across Subflows
- Removed TODO for Create Instance
- Replacing .NET Script mappings with native actions for the following:
- Get User Name
- Get Machine Name
- Remove Empty
- Remove Null Rows
- JSON to Collection
- Added support for SAP selectors and native SAP actions
- Mappings:
- Excel:
- GetEmptyCellFromExcel
- Clear Worksheet Contents
- Close Workbook
- Columns AutoFit
- Delete Columns
- Find Next Empty Cell
- Find – Extended
- Format Cell
- Format Current Cell
- Get Formatted Cell Value
- Get Worksheet as Collection Offset
- Hide Other Worksheets
- Hide Worksheet
- Highlight Cell
- Highlight Range
- Import CSV
- Insert
- Insert Rows
- Is Read Only
- Get Worksheet Range As Collection
- Remove Filters
- Select
- Set Columns Width
- Write To Clipboard
- Queues
- Set Data
- Get Exception Items
- Get Completed Items
- Unlock Item
- Support Defer
- Support Get Report Data
- Excel:
Other
- Updated body of Welcome Email
Version 8.1
GA Date: Mar 10, 2025
UiPath to PAD
- Enhancements:
- Support using correct data types for parameters when calls to external Flows are used
- Support for anchor selectors (<nav> in <ui:Target>)
- Support for .Message and .Location properties of REFramework
- Mappings:
- Excel DeleteRowsX (What to Delete > Hidden Rows and Duplicate Rows not supported in PAD)
Blue Prism to PAD
- Enhancements:
- Support using correct data types for parameters when calls to external Flows are used
- Improved Support for Single Row Collections
- Support for Global Code section of VBOs
- Support for migration of actions with incomplete or inaccessible selector information
- Selector Enhancements
- UI
- Creating 3 tiers of UI element selectors:
- 1. Matches exactly what user had in Blue Prism
- 2. Selector that does not include Class and only includes top level UI elements and bottom level UI element
- 3. Only target element
- Creating 3 tiers of UI element selectors:
- Web
- Added support for wElementType, MatchIndex, wInnerText, wld, wPageAggress, wClass, wName, wXPath, wInputType, wAccessKey, wValue
- UI/UIA
- Added support for uControlType, MatchIndex, uLocalizedControlType, puControlType, uEnabled, puLocalizedControlType, uName, uAtomationId, uClassName, puName, puAutomationID
- AA
- Added support for Role, Enabled, Name, Visible, ClassName, pRole, pID, MatchIndex, pName, Ordinal
- UI
- Mappings:
- Filter Datatable
- Sort Datatable
- Delete Column from Datatable
- Insert Column into Datatable
- Open/Attach Excel Instance
Rules
- Support for defining external Flow name in mapping sheet
- Support generating rules for environment variables
Microsoft Flowbuilder SDK version: 2.24.2514
Version 8.0
GA Date: Jan 27, 2025
UiPath to PAD
- Enhancements:
- Selector Enhancements:
- Support for Selector modifiers
- Support for <uix:NInjectJsScript> And <ui:InjectJsScript>
- Working SAP Selectors
- Support for common web selector attributes
- Using ScopeSelectorArgument attribute to provide additional context to screen selectors
- Kill Process activity now supports migration of Process of ProcessName parameters
- Selector Enhancements:
- Mappings:
- UIAutomationNext Activities:
- Nclick
- NApplicationCard
- NTypeInto
- NKeyboardShortcuts
- NSelectItem
- NGetText
- Ncheck
- SAP Activities:
- Logon
- Login
- Start Transaction
- UI interactions converted to UI Automation actions
- UIAutomationNext Activities:
A360 to PAD
- Mappings:
- Excel:
- FilterTableV2
- SortTableV2
- SaveAs
- SAP:
- Connect
- Disconnect
- ClickMenu
- SetTabeCellText
- GetTableCellTextByIndexAction
- GetStatusAction
- Excel: