Questions tagged [uipath-robot]

The Robot is UiPath’s execution agent that enables you to run workflows built in Studio.

The Robot is UiPath’s execution agent that enables you to run workflows built in Studio.

A Robot is installed as a Windows Service by default. As a result, the Robot can open Windows sessions (interactive or non-interactive), under the Local System account, and has all the rights of a Windows service.

Robots can also be installed in a user mode. For your Robot, this means that it has the exact same rights as the user under which it has been installed. This is also available for HD Robots.

References

85 questions
0
votes
2 answers

Chrome Extension Issue in UiPath Robot Only

I am facing the chrome extension issue. The following is the issue: “UiPath.Core.BrowserOperationException: Cannot communicate with the browser, please check the UiPath extension” I have UiPath Robot only so I cannot install extension from Studio. I…
user16982433
0
votes
1 answer

UiPath Chrome Browser Connection Issue

I have recently started using UiPath for our Automation. Currently I am running this automation from Studio only and there is no orchestration. My automation works fine for some time and fails most of the time with below error [Error] Failed…
Pramod
  • 387
  • 1
  • 7
  • 19
0
votes
1 answer

Starting a UIPath Job via Google Appscript

I am trying to start a UIPath-Job in the orchestrator via a Google Appscript. I set up my unattended Robot and it is working fine, if I start the job manually in the orchestrator or via my assistant . But when I try to start it with a script, it…
0
votes
0 answers

UIPath - Retry Scope ignored when Global hander is present

I have a UI Path process that interacts with a very dynamic webpage. I added the global handler in order to send an email with a screenshot whenever something completely unexpected happens and that works fine, the trouble is I've caught several…
Snowburnt
  • 6,523
  • 7
  • 30
  • 43
0
votes
1 answer

How i can call uipath robot using wso2 using rest api?

Currently we are scheduling our robots using windows task manager. But in future we have to schedule our robots via wso2.Is it important to have an orchestrator? can we do without orchestrator ,is any alternate way? And if not then how to do using…
0
votes
2 answers

UIPath Automation: Is it possible to perform click and UI interactions in cloud server in UI Path?

So I have created an xaml flow which clicks browser buttons downloads files and then does some basic operations. I setup a windows server and connected remotely to it and when I debug my process automation while staying on the screen it works…
Shivam Sahil
  • 4,055
  • 3
  • 31
  • 62
0
votes
1 answer

UiPath automation Assistance

I am getting below error while running automation via UIPath Assistance, CacheMetadata for activity 'Main' threw 'System.Xaml.XamlObjectWriterException: Cannot create unknown type…
Karunakaran
  • 385
  • 5
  • 16
0
votes
1 answer

Assign Date to a variable and use it in UiPath

I need to extract the data of employees from an Excel sheet. The Excel sheet contains the DoB and I need to assign salary according to the DoB. The person born before 1995 will be credited a salary of 50000 and person born after 1995 will be…
0
votes
1 answer

UiPath searching for an item that is not available in amazon and display item not found

When we search for an item that is not available in the amazon and instead of that the products related to that item name is showing. I need to display a message that item is not found. How that can be done in UiPath?
sonia
  • 3
  • 3
0
votes
1 answer

Prerender javascript framework UiPathRobot.js on server side is not working

From Prerender tool: Google, Facebook, Twitter, Yahoo, and Bing are constantly trying to view your website... but they don't execute javascript. That's why we built Prerender. Prerender is perfect for AngularJS SEO, BackboneJS SEO, EmberJS SEO, and…
kwoxer
  • 3,734
  • 4
  • 40
  • 70
0
votes
1 answer

Write Cell Range does not exist in Excel

I want to add a formula (Subtotal) in my excel file using UiPath with the Write Cell activity. I have a column going from C1 to C7 and the data start at C2. I want to put the formula to C8 but the Write Cell activity doesn’t accept the range I…
0
votes
1 answer

Condition in IF-Condition in UiPath

Due to the fact, that i´m completly new to UiPath, I need some minor help implementing an if condition. My Problem: Im using the Bot to search for several Post sendings in the Browser on the DHL-Homepage. The Bot works fine, but due to changes on…
StSZ
  • 29
  • 1
  • 5
0
votes
1 answer

How to open IIS through RPA UIPath

I want to open IIS through uipath, but whenever I use the "Open Application" activity for open IIS below errors are shown. So, what workflow I have to make to open IIS through uipath?
0
votes
2 answers

Is possible in the Orchestrator run two Processes?

I have Free Orchestrator version of UiPath, i want to know if there is a way to start a job in the orchestrator, when the job is still running for example at 08:00 P.M i have a second job scheduled that need to run. Is possible to Stop the first…
0
votes
0 answers

Uipath-Studio, how to data scrape a list of products?

.CSV Product List I have a .CSV file with a list of product. And I need to make a RPA bot to Data scrape the list of products from online shopping websites. The data scraped from online shooping sites must be stored into the same DataTable. The bot…
WetzelSchultz
  • 67
  • 1
  • 10