Practicing variable creation
Since we have covered the basics of variables, let's now practice a little bit. The following steps will guide you on how to create a simple variable in a UiPath workflow:
- Run UiPath Studio from the Windows Start menu.
- Click on the Process option on the Studio Start screen under the New Project section to create a new blank project, as illustrated in the following screenshot:
- In the pop-up menu that appears, provide the solution name and the file path where you want to save your solution, and then click on the Create button to create your blank solution, as illustrated in the following screenshot:
- Once a project is created, your screen would look similar to the one shown in the following screenshot. Now, click on the
Main.xaml
file to open it in the Designer panel.
...