Hello, Rafael!
First of all, thank you for using IBM RPA!
If you have access to an IBM RPA environment, even if it's a Trial environment, you can start building your Bots normally. You are right, when you create a new automation, you can store it in your local machine as a .wal file. This file can be open in any RPA Studio application. Few things to keep in mind:
- Different versions of the Studio application may have differences in capabilities, like new commands or bug fixes. We suggest you always use the latest release.
- Usually, if you create your .wal file in a Studio version equals to the target one, you shouldn't see any issue. Depending on an edge case, if a .wal file is created using a lower version, possible differences are usually highlighted to you as soon as the file is open in the newer Studio version, then you can make smaller adjustments if needed.
- In this scenario, only the .wal file is moved from one environment to the other. Everything that is "hard coded" in it is carried along. But keep in mind that resources stored in the server and configured in the Control Center (web) are not moved. In this case, shared credentials, parameters, Bots, and schedules should be created in the official environment. As well as you need to publish your scripts to the new environment.
In general lines, you can make good progress in the .wal file. Even configurations in the Control Center can be easily created in the new environment when it's available.
Have fun!