- Robotic Process Automation Projects
- Nandan Mullakara Arun Kumar Asokan
- 206字
- 2021-06-24 16:14:25
Project detail
Let's now look at the overall flow for this project in terms of the components we will be building and their interaction.
We will have a main workflow called Main.xaml, which will invoke other workflows and orchestrate the automation. Within this workflow, we will keep checking for the trigger Alt + S. Once triggered, we will check whether the Request.xlsx file is available. If the file is available, then we will invoke ReadRequestExcel.xaml from Main.xaml.
Within ReadRequestExcel.xaml, we will use the file path as an input argument to open the Excel file, read the content, and store it in three output arguments – Name, Email, and Subject.
Next, Main.xaml invokes ZohoAutomation.xaml with these three arguments (Name, Email, and Subject) to create the ticket in the Zoho desk. If all goes well, a Successful message is returned.
Finally, once the Successful message is received, request.xlsx is moved to the Processed folder and the bot is ready to process new requests:
This was an overall flow to give you a high-level view of what we will be doing to create this automation.
Before we configure our main workflow, let's undertake some groundwork that is required for the project.
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 測試驅動開發:入門、實戰與進階
- 信息安全技術
- Elasticsearch Server(Third Edition)
- Salesforce Reporting and Dashboards
- Tableau 10 Bootcamp
- Visual Basic程序設計習題與上機實踐
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Tkinter GUI Programming by Example
- 你也能看得懂的Python算法書
- 深入理解C++11:C++11新特性解析與應用
- Kotlin核心編程
- Swift語言實戰晉級(第2版)
- Learning Java by Building Android Games