FAQ
Post-Migration to Power Automate Desktop (PAD)
To learn more about Migration Output in PAD, please see Working with Migration Output in Power Automate Desktop (PAD).
What will my migrated code look like?
1 line of code in the source tool may migrate as several lines in PAD. This is expected, as source and target RPA tools support different feature/functionalities and the core code is different between the source and target RPA tools.
Blueprint prioritizes equivalent functionality first and foremost; the second priority is clarity.
Why does it look like Blueprint generates so many variables?
If you're not concerned with accidentally overriding values, Variable Prefixing can be toggled off in the Export Wizard.
It doesn't seem like some variable datatype are migrated over?
Why does it look like Blueprint is adding extra code?
If there is no combination of standard PAD actions to support the actions in the source bot OR if the migration result would have been too verbose or complicated, Blueprint may use a .NET script instead.
Blueprint also adds optional code like TODO comments, Regions, Logging, etc. If your organization doesn’t need certain optional code types, you can toggle them off in Migration Preferences.
Why is Blueprint making duplicate subflows?
Why does it seem like some processes/sub-processes are missing?
If something seems to be missing, look within the Blueprint folder for your import and open the RPAImportLog file. If any processes failed to import, they will be listed at the top. If there are no failures to report, search the applicable PAD flow for "INFO: SubFlow <subflowName> was inlined". Blueprint by default will inline subflows if they are a) only called once or b) is short.
This behavior is configurable. To change this behavior, go to Export Wizard Options and change Call or Embed Settings from System Recommended to Call Everything.
Do TODOs and Compiler Errors represent all the remaining work required to get a migrated bot production ready?
If you notice an issue with selectors in your migrated bots, please reach out to our Blueprint Support team or your Customer Success Manager.
What about my custom actions/libraries?
Licensing
What Blueprint licensing model is my site using?
What consumes a license in Blueprint?
Blue Prism
- Each Blue Prism process contains one Main page that serves as the root
- These Main pages are fixed and cannot be renamed or modified
- The total number of Main pages determines the Main count in Blueprint, therefore each Main page will be considered 1 license in Blueprint.
UiPath
- Each UiPath projet includes a Main.xaml file
- While this file can be renamed, it remains flagged as the Main in the UiPath codebase
- Blueprint's Main count matches the number of flagged UiPath Mains
Automation360
- Unlike other platforms, A360 does not have defined Mains in its architecture
- For A360 migrations, Blueprint counts root Task Bots as Mains
For added details, visit Licensing in Blueprint.
How many Bot activation licenses have I used / do I have left?
Will a bot license be used if I activate a process multiple times?
Do "hidden steps" consume Blueprint licenses?
What causes a "Licenses Running Low" warning to be displayed?
What causes an "Out of Licenses" error to be displayed?
How can I procure additional licenses?
How To's
How do I activate and export a Bot?
How do I reset my password?
How do I create a new project in Blueprint?
How do I export a Blueprint report?
Dashboards & Reports
How large are my automations?
You can also see the Number of Actions within each individual process, and how many of those Actions are Commands and how many are Variables. All of these aspects can be sorted to easily find processes with the most actions, commands, or variables for example. This information is found in Statistics Reports at the bottom of the Statistics Dashboard.
How complex are my automations?
How can I see the worst case automations for size and complexity?
Where can I find information on how my automation is constructed?
Where can I find more details on how my automation is constructed?
What are all the processes that comprise my automation?
The resulting file is in SVG format that can be opened in any internet browser. Since the contents can be very large, this format allows it to be zoomed to any extent and still be readable. It is also searchable using the browser's search (CTL-F), an example shown in the diagram here.
What applications are my processes using?
On the left side of this dashboard is summary information about how often particular applications are referenced.
On the right side is the ability to select an application and see the specific processes that reference it, or the opposite: select a process and the applications it references. See more information here.
Is anything called that wasn't included in the import?
Which components are currently being reused in my estate?
Blueprint provides a Reuse Report to show how many times components are being called in the estate.