uipath

UiPath queue transaction status flow - Require better understanding

六月ゝ 毕业季﹏ 提交于 2021-02-11 18:21:20
问题 I am playing/learning UiPath queue and transaction behavior and so far I have understood few things as per the documentation and tutorials. However, what I am missing in the document and in the forum is how that transaction status flow work and when/where/how can we update the transaction status? So far what I have achieved is:- When we add new item to the queue the status that get assigned in orchestrator is New After that we use GetItemTransaction activity to get the transaction item, and

How to invoke async activity in UIPath

随声附和 提交于 2021-02-11 13:30:03
问题 I am trying to execute custom asyncCodeActivity in UIPath. Added the package, passing all data, however UIPath just hangs when it reaches custom activity and does not throw any exceptions/or stops. I tried to create Class Library using CodeActivity and AsyncCodeActivity - my activity should make several APICalls but I get result it just stops when it reaches my custom activity and does not go to the next one. Is there any example how to create async custom activity for UIPath? My class

Uipath data scraping error - cannot find the UI Element corresponding to this selector

别等时光非礼了梦想. 提交于 2021-02-10 14:44:54
问题 I use UiPath and data scraping activity. First open the browser direct to the e-commerce site and search the product. Everything is fine, until after the product was searched and results were shown, the output gives the following error message: Cannot find the UI Element corresponding to this selector I deleted the data scraping activity from my project and create a new and exactly same data scraping activity again and it works without error. However, when I close the UiPath project and open

UiPath Automating clicks of a list sequentially on a webpage

半世苍凉 提交于 2021-01-29 16:11:02
问题 This is the website I am looking at. In this website there is a list of companies where I can click into them: Click the name of the company Click the "Annual Report" button Click the "Annual Report & CG Report - 2018" link There are 788 companies in this list and I wish to repeat this process for the whole list. Is this possible? Currently I used Data Scraping -> Attach Browser url -> Extract Structured Data . After that I am stuck. 回答1: For me that sounds pretty simple: go to overview

How to read an excel sheet and put the cell value within different text fields through UiPath?

坚强是说给别人听的谎言 提交于 2020-08-25 06:49:48
问题 How to read an excel sheet and put the cell value within different text fields through UiPath? I have a excel sheet as follows: I have read the excel contents and to iterate over the contents later I have stored the contents in a Output Data Table as follows: Read Range - Output: DataTable: CVdatatable Output Data Table DataTable: CVdatatable Text: opCVdatatable Screenshot: Finally, I want to read the text opCVdatatable in a iteration and write them into text fields. So in the desired Input

How to close the child tab using Close tab activity in UIPath

青春壹個敷衍的年華 提交于 2020-05-31 22:28:14
问题 UiPath is closing the main window instead of child window. I have defined a browser variable in the attach browser activity and passed that browser variable to the Close tab activity. The main Chrome window is still getting closed. Also attached is the project xaml file https://drive.google.com/drive/folders/1ykpHvFEc7DkCI7enUAOgExWBN6KHKQo-?usp=sharing 回答1: In my opinion, It would be alot more easier, if you use send hotkey activity of UI path with "CTRL + w" to close the active tab. 来源: