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

141 questions
7
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 -…
DebanjanB
  • 118,661
  • 30
  • 168
  • 217
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…
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…
DebanjanB
  • 118,661
  • 30
  • 168
  • 217
3
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…
LyZ4RD
  • 57
  • 6
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…
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
  • 7
3
votes
0 answers

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…
2
votes
1 answer

WorkBookPath property is not available in UiPath Studio

I am working on one project in UiPath Studio. I am not able to find WorkbookPath option in Read Range activity. Is there any other option, from where I can browse my XLSX file in Read Range activity. Please check attached screenshot.
Aditya Vyas-Lakhan
  • 12,393
  • 15
  • 55
  • 92
2
votes
1 answer

UiPath Get Text crashes robot

I'm trying to get a text from a textfield with Get Text, but in some cases this field is optional and the robot crashes because it doesn't have anything in the field.
2
votes
1 answer

How do you access a UiPath StudioX activity from Studio?

I’m working with UiPath Studio but need the features of an activity I used with StudioX. How do you access StudioX activities from Studio?
2
votes
1 answer

How to check if dt.AsEnumerable is Null before copying it UIPATH

I am using dt1.AsEnumerable().Where( Function(row) Not dt2.AsEnumerable().Select( Function(r) r.Field(Of String)("Otsikko") ).Any( Function(x) x = row.Field(Of String)("Otsikko") ) ).CopyToDataTable() Which works…
2
votes
0 answers

How do i check if mail body contains a Password and extract from email body?

I was trying to do a for each activity, for each mail check if there is regular expression in mailbody then I want to if there is this regular expression in mail body After checking I want to save the file path of attachment in that email and the…
2
votes
3 answers

How do I open password protected file using UiPath?

I am using UiPath to create a robot to get files from email. Some files are password protected and some files are not protected. The password-protected files are sent in with a password in email body. Example email From: ABC Sent:…
1
2 3
9 10