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
1
vote
1 answer

Uipath bot scheduling in orchestrator

I need to schedule the execution of two bots running on two different robots in the UiPath orchestrator. I want the second bot to start executing when first bot execution has completed. For example, I have 2 bots A and B.. Bot B will be scheduled at…
1
vote
2 answers

How to fix the UiPath Invalid Machine Key Robot Error?

When I try to connect to UiPath Orchestra from the Assistant I get an Invalid Machine Key error. I do have the correct machine key as you can see from the matching values in Orchestrator and the Assistant. Any idea how to fix the UiPath Invalid…
1
vote
2 answers

How do you set the screen resolution for a UiPath robot?

Every time my robot runs it captures the screen at 800x600 resolution. The system is capable of 1920x1080. How do I configure my UiPath robot to run at 1080p or even 4K screen resolution?
1
vote
1 answer

UiPath says to check if robot service is started with InvalidOperationException

I have rebooted my computer and when I try and run my UiPath Sudio project that was working fine yesterday, I get a Runtime execution error saying Orchestrator information is not available and to check if the robot service is started. Any idea why…
1
vote
1 answer

IPersistenceBookmarks ValidationError When I write to UiPath Queue from Studio

I am writing my first UiPath Queue producer but when I run my RPA app from within Studio I hit the IPersistenceBookmarks ValidationException. This is a simple project and I don’t have any bookmarks. Not even sure what a bookmark is. Any idea on how…
1
vote
2 answers

Build Data Table Error (DataTable could not be read)

As seen above, there’s some error with the building of data table… Any help here? Error message is as follows: Creating dtData2: Type ‘UiPath.Core.GenericValue, UiPath.System.Activities, Version=20.4.0.0, Culture=neutral, PublicKeyToken=null’ is…
Josh Ng
  • 198
  • 14
1
vote
1 answer

Extract data from outlook

I've got many emails with the same format as shown in the screenshot above: Finished Product, Material Description and Assembly Location. Is there a way to extract specific data from an email? As seen from the screenshot above (the body of the…
Josh Ng
  • 198
  • 14
1
vote
1 answer

UIPath - Unable to get Text from UI

I am trying to capture Text from UI. However in inspect element tool the text is missing. Text is coming from some other div. When I indicate elements from UIPath it says validated but inside the element the text is not there. It's somewhere in…
Unicorn
  • 295
  • 3
  • 10
  • 24
1
vote
2 answers

UiPath orchestrator robot is not displaying in job

I have created the below in UiPath: Create Machine and copied the machine ID in UiPath Robot Create Robot and Environment Link the Environment to Robot Publish Package Create Process and select ENV In JOB, after selecting the Process then ROBOT is…
Kuladip
  • 154
  • 1
  • 10
1
vote
2 answers

Deploy an Uipath in an Azure virtual machine

I have created a VM with the free trial account of Azure with a basic components and a Windows 10. I have installed last version of UiPath and it is working fine, but when I close the RDP connetion (clicking in the "X"), the running execution…
1
vote
3 answers

Is it possible to use UiPath on a server when Input Type Text is needed?

I am new to UIPath and RPA processes. I developped a process using UIPath and I deployed it on a windows server. My process connect to a website with login and password, then download a file to a directory. Everything is working great on my computer…
1
vote
2 answers

Install UiPath Robot ony multiple machines via commandline to have a fast deployment without configuration needed

How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed? inspired me to install Robot on my 2nd machine. I would like to install the Robot on that machine. So I wanted to install the Robot silently and…
kwoxer
  • 3,734
  • 4
  • 40
  • 70
1
vote
1 answer

Is there a way to count dynamic table rows in citrix/image env in UIPATH

I am doing automation to download all document by customer. i am having trouble with counting total rows in table because it is image based env. you can see the following image i have tried to find selectors, but there is no selector Can any body…
1
vote
1 answer

Automate Search in Google drive and sheet

I'm trying to figure out a way to search in a google sheet. Following is what I'm trying to accomplish as a beginner. I have a google sheet with these 3 columns and 1 record for sample FileName || Sheet Link || Test Document ABC 1.1 ||…
MnZ
  • 207
  • 3
  • 17
0
votes
0 answers

How to trigger a UiPath's automation via an HTTP request and display the extracted results via the robot in the JSON response?

I have built a UiPath's workflow/automation which extracts specific fields of a pdf. I wish to deploy it to a server and trigger that UiPath's job/automation via an HTTP request and deliver the extracted fields of a pdf in JSON format. The web…