Creating environment variables
Environment variables are considered as the properties to be used by the automation solution while running. Feel free to revisit Chapter 2, An Overview of SAP Intelligent RPA Cloud Factory, to refresh your knowledge on creating the environments. You can create variables with the same name in multiple environments so that when a project is packaged and deployed to an environment, the variables created within that environment will be used. A package imported into multiple environments requires the same environment variables created in all those environments.
Consider a scenario where you need to access a web application in your workflow. The URL and credentials for the web application to use for development, testing, and production are different. That means that you will have three different environments to use during development, testing, and production and each environment will have different values for the URL and credentials.
You can create two...