Questions tagged [uipath-studio]

UiPath Studio is a powerful and user-friendly automation canvas and essential component for UiPath platform.

UiPath Studio is a powerful and user-friendly automation canvas and essential component for UiPath platform. UiPath Studio features a rich collection of pre-built activities, integrates with several programming languages, and promotes ease-of-use, scalability, and efficiency.

Links

221 questions
6
votes
5 answers

Create Robot in UiPath Orchestrator

I have been working with UiPath Studio to automate workflows and was successful. Now I want to create a UiPath Orchestrator Robot to deploy on my machine. I create a machine in UiPath Orchestrator, but while creating a robot, I am not able to find…
6
votes
1 answer

UiPath -Error {"message":"Click Text 'SAPTreeList': Cannot find the UI element corresponding to this selector:

I am following the video SAP Automation with UiPath to automate login as a user with valid credentials within a SAP Server. SAP Information: IDES ECC 6.0 incl. EhP7 System Information: I am not using a VM. I use a Intel Core i3 CPU with 64 bit -…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
4
votes
2 answers

How to get only the first match of a RegEx (UiPath Studio RegEx Based Extractor)

I have the following text that I extracted from a PDF using UiPath Studio's OCR. It's the same block of text repeated 3 times due to it being the original, duplicate & triplicate of the same PDF page. Os bens/serviços foram colocados à disposição do…
lcvalves
  • 77
  • 1
  • 9
4
votes
3 answers

How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed?

How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed? I have been working with UiPath to automate workflows using UiPath Studio and UiPath Robot (both locally and on localhost through Orchestrator) and was…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
4
votes
1 answer

Uipath automation using RDP for community edition execution

While implementing solution for Level 3 Advanced Training on a separate machine, connected via RDP, i had to use the default UiPath Academy Recorder in order to upload my solution. Here is the tricky part, although the automation completed…
3
votes
0 answers

UI Path Studio - Data Scraping - Cannot find pattern

This website (Palantir Foundry - which is a pay-only cloud service, so it is not publicly available) Seems to use some React Tables package that creates a table with headers (that one can sort, filter, etc) and then rows of data. We want to capture…
Dr.YSG
  • 7,171
  • 22
  • 81
  • 139
3
votes
1 answer

How UiPath robot select the queue items to process based on deadline and priority?

I took so many attempts for the RPA practice questions, the only question I did wrong is this particular question, can someone help me for the explanation?
3
votes
3 answers

Click on a button multiple times until the color changes to a specific color in UiPath

In uipath, how to click on a button by it's color for multiple times until the color changes? Initially the color of the button is red and I want to click on it until it turned to green.
Gedion
  • 31
  • 2
3
votes
3 answers

Difference between "" (Empty String) and isNot Nothing?

I am working on a condition where I have to validate whether the argument is empty or not. Lets assume that argument is Email. I have to check whether the inwards argument Email is empty or not. I can do it in several way but I am not sure which one…
Rajat Pandit
  • 63
  • 2
  • 9
3
votes
2 answers

How to convert a UIPath Workflow into a Activity or create a Custom Activity?

I have a workflow which have two parameter as input. One is Log File Path and the Other is message in UI Path. I can use this workflow as by 'Invoke Workflow' activity but i want a custom activity where can i directly use the workflow by giving the…
3
votes
3 answers

Calling argument from another workflow

Dears, I have an issue that, I want to recall the argument. I already define it in a workflow. But I need to use it in another workflow in the same package. Is there any idea how to get the text from workflow to another workflow? Thanks in…
Sarah AH
  • 69
  • 1
  • 9
2
votes
1 answer

You are not authenticated! Error code: 0 exception occurred only for UiPath background process

I started a development using the UiPath template called ‘Background Process’ and currently I’m facing an issue when reading orchestrator assets. It throws the error ‘You are not authenticated! Error code: 0’. But when I tried out UiPath…
2
votes
0 answers

How can I fix “this command is not available” error message?

I’m taking the “Word Automation with StudioX” course on UiPath. I downloaded the solution of the practice exercise but when I run it I see this screen How can I fix this error?
floyd
  • 1,431
  • 2
  • 12
  • 18
2
votes
2 answers

How to clear chrome browser history in uipath?

Tried using in this way but not working
2
votes
1 answer

In UiPath, using Invoke code activity I am trying to get files in a folder which are updated or modified in last 24hrs

These are the codes that I have tried Dim myDirectory As new.IO.DirectoryInfo("C:\MyFolder") Dim myFiles() As String = myDirectory.GetFiles.OrderByDescending(Function(x) x.LastWriteTime).Select(Function(x)…
mouny
  • 45
  • 1
  • 7
1
2 3
14 15