Navigating through the RPA Studio application
The RPA Studio application includes these menus:
- Home: This menu is displayed by default
and includes these sub menus:
- New Project: This menu enables you to start a new project for designing a new automation process. Click New Project to create a new project.
- Open Project: This menu enables you to open a local project. Click Open a local Project to download a project.
- : This menu enables you to import projects in the Studio application.
- Extensions: This menu enables you to download the Infor RPA Recorder and Inspector functionality to be rendered in Google Chrome.
- Recent: This menu lists the projects that have been recently worked upon by the logged-on user. Click an existing project to display the details.
- : This menu displays
these panels:
- Projects: Lists the files created within a project. The project includes the MainPage.xaml file which is the default RPA flow created for a project. Click the MainPage.xaml file to display the workflow panel.
- Activities: Lists the pre-defined activities. You can drag and drop activities in the workflow panel to create an RPA flow.
- Output: Displays the flow execution outcome of an RPA flow.
- Error List: Displays the errors encountered when running an RPA flow.
- Properties: Specify, review, and modify the properties of an activity to create an RPA flow. This panel is contextual and is displayed on the right of the screen when a particular activity is selected.
- : Displays the hierarchy of your project. When you click on any activity in the Outline panel, the Workflow panel displays the same activity.
You can also use these sub panels displayed on the bottom of the screen to define the dynamic data that are used as the pre-defined properties of the selected activity of your project.
Note: The sub panels are displayed only when you select a specific
activity.
- Variable: Create or modify variables for the selected activity.
- Arguments: Create or modify arguments for the selected activity.
- Import: Import or select namespaces for the selected activity.