Building an automation solution
With our chatbot built, we can shift our focus to creating automation workflows for the use case. Approaching this use case, we will build our project in a couple of steps, as follows:
- Creating a project
- Building
Reset_Password
andUpgrade_App
workflows - Building the Main workflow
After completing these steps, we will have the foundation of our project complete and ready for testing.
Creating a project
For this project, we'll create a new blank project in Studio. To start a project, complete the following steps:
- Navigate to the Start tab of UiPath Studio.
- Choose Process.
- Name your project
IT_Helpdesk_Chatbot
, and provide a folder location to save the project to. - Click Create to create a project and to get started.
That concludes creating a project. We'll revert to the Main workflow in a later section where we build out the workflow, but for now, we'll transition into building supplemental...