- Robotic Process Automation Projects
- Nandan Mullakara Arun Kumar Asokan
- 303字
- 2021-06-24 16:14:28
Creating a support ticket in the Zoho Desk ticketing system
In this final workflow that we will create for this project, we will use the data read from the Requests file to create the support ticket within Zoho Desk. This will help us understand how we can automatically input data into web applications through web application screens. Let's perform the following steps:
- We'll start by creating another sequence for Zoho web app automation. You can call it ZOHOAutomation:
- Within the UiPath default workflow, let's add a Try Catch activity. Let's also add four arguments, as shown in the following screenshot, to pass the data around:
Ensure that you match Direction and Argument type.
- Next, we will use the UiPath web recorder to record the steps to enter the Ticket data in Zoho and create a new ticket. First, go to your Chrome browser and ensure that the Zoho Desk home page is open in one of the tabs. Also, ensure that you have installed the UiPath add-on for Chrome in your Chrome browser. It is available on the Chrome App store.
UiPath has a recorder that allows you to record mouse clicks and keyboard sequences to automatically generate UiPath scripts. You can also add these activities by yourself, but the recorder is a much faster way to create these sequences. Hence, we like to show you how you can do it.
- Click within the Try block and activate the web recorder by clicking on the Web recorder option within Recording:
- UiPath opens a web recording panel to control the recording. Click on the Record button with the Zoho Desk browser tab open:
Now that we have the recording set up and ready, let's record the actions to create a ticket in Zoho.
推薦閱讀
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Instant Node Package Manager
- Qt 5 and OpenCV 4 Computer Vision Projects
- 自己動手寫搜索引擎
- C++面向對象程序設計(微課版)
- Java程序設計與實踐教程(第2版)
- 正則表達式經典實例(第2版)
- Linux C編程:一站式學習
- Visual Basic程序設計習題與上機實踐
- 創意UI:Photoshop玩轉APP設計
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- Python網絡爬蟲實例教程(視頻講解版)
- 零基礎學Java第2版
- Android技術內幕(系統卷)
- Three.js Essentials