RPA Export Wizard Options
When migrating an RPA process from one tool to another, a wizard will appear upon export with a variety of options the user can select to modify how they want their output to look.
For a walkthrough on how to export using Blueprint, please refer to: RPA Export from Blueprint
Some tools have specific options that can be managed in order to change the way the export is performed.
Variable Prefix (Power Automate Desktop)
In order to avoid variable collision, whenever a sub-process is migrated to Power Automate Desktop, the user will have the option to remove variable prefixes. This is because all variables in Power Automate Desktop are treated as global variables.
To ensure that variables aren't overwriting values outside of their scope, we enable variable prefixes by default. However, users can change the default value by:
- Navigate to Settings
- Expand RPA Management
- Select Migrate
- Expand Export Wizard Options
These prefixes are created by taking the first letters of the subflow name.
- For example: Subflow "Process Invoices" has a variable called "Config". If Variable Prefixes are toggled ON, in the subflow "Process Invoices" the variable will be renamed to "PI_Config"
If users are confident that their processes won't contain variable naming conventions that might cause collisions, toggling this option off might increase readability and lessen maintenance work in the future.