Questions tagged [uipath]

UiPath produces RPA tools to automate manual and repetitive back office tasks. This tag is for questions about the UiPath activities, its custom components and building workflows within it. Questions regarding .NET specific programming should be asked with their respective tags. Other robot process automation ([tag:rpa]) software specific question and RPA questions in general should be asked within their respective tags as well.

Official site:

https://www.uipath.com/

Documentation:

Training:

UiPath Academy

766 questions
2
votes
2 answers

uipath "for each" being time-consuming

i implemented a normal 'for each'-Loop (not the excel specific for each row) in my UIPath Project. The for-each Loop looks through a datatable with previously retrieved data from an excel file. The for-each-loop then itererates through the Data…
franz909
  • 182
  • 2
  • 15
2
votes
1 answer

Python pandas UIPath - List assignment index out of range

I am currently facing an error list assignment index out of range within the invoke Python scope. I am just trying to check if each of the variables contains any of the string mentioned in 'a'. If yes then add it as a row to the excel…
Pragati
  • 35
  • 4
2
votes
6 answers

Uipath: Robot status is always disconnected

I installed Uipath Studio Enterprise Trial Edition 2018 on a Windows 10 home machine and I am trying to connect a robot to orchestrator community edition (2018) but my robot status is always disconnected in orchestrator I did the following steps…
Olfa Fdhila
  • 119
  • 2
  • 9
2
votes
1 answer

Uipath: Connecting a robot to the Orchestrator Issue

I am using Uipath Enterprise Trial latest edition on a remote Windows Server 2008R2 Standard. I am trying to connect a robot to orchestrator community edition and I am getting the following error when I click on connect to connect the robot: "An…
Olfa Fdhila
  • 119
  • 2
  • 9
2
votes
0 answers

Cannot connect to an Oracle Database through ODBC in UI Path

I am trying to connect to an 11g oracle database in UI Path through ODBC. I've setup the drivers, the database source and when I test the connection it succeedes. But when I try to run it in UI Path it throws an error. Here is a screenshot of my…
NDK
  • 21
  • 3
2
votes
1 answer

How to access the .NET code used in UiPath?

Is there a way to see some code, when writing automation with uipath? I have the following in UiPath Studio: Is there a way to see the code that looks like this or something similar in c#: Sub Main Dim year as Integer year = InputBox() …
Vityata
  • 42,633
  • 8
  • 55
  • 100
2
votes
1 answer

Automated tests in RPA

I'm not very familiar with a concept of testing in programming languages although I know the basic idea and some of the principles to test your code like unit tests and stuff. I haven't written any tests myself yet but the general idea is more or…
MGMKLML
  • 39
  • 6
2
votes
2 answers

How to fix "StringConverter cannot convert from System.Double." in In\\UiPath

When I make the "Read Cell" in "Excel application scope", I tried to output the read data from Excel by using "Write Line". However, It's not working and it ouput the error as in the Title. Could you someone make it up?
user9884459
  • 21
  • 1
  • 1
  • 3
2
votes
2 answers

Need Clarification on Uipath Licensing

I need information on UiPath licensing. Let’s say I’ve 2 bots and I want to run these 2 bots in parallel in 20 different VMs. So, in these cases do I need to have 2 bot licenses or 20 bot licenses?
Rojer Feds
  • 77
  • 3
  • 9
2
votes
1 answer

Opening private chrome window using automation tool UiPath

I want to open the private browser in order to open a website. How will I be able to do it using chrome browser ? Can you provide me some steps that I should follow in order to achieve it ?
2
votes
2 answers

UI path Robot Manager

Is UiPath robot tool available with free UiPath Community Edition? I tried using UiPath Studio and Orchestrator but I'm unable to see my published files on Orchestrator, because UiPath Robot is not there on my system. Does is require license or full…
2
votes
2 answers

UI path write multiple column in excel

I am learning UIPath and my source is excel file. I have excel file with column A,B, C. What I want is to write column A and C only into new excel file. I get confused which function I should use to read / write. I think if I use read range / write…
Raspi Surya
  • 315
  • 2
  • 11
  • 28
2
votes
3 answers

Ui-Path: How to handle dynamic web elements

I am new to UIPath tool. please accept my apologizes if it's a poor question. I need to click\sendKeys a web element, which is totally a dynamic element. ID will keep change for everytime when loading the page. Login 1:
user6071082
2
votes
1 answer

Does UiPath allow Regex use of \n?

I have a very simple sequence that: Reads a pdf with OCR, outputs as ReadPDF string variable A Matches activity with a regex formula of "(?<=Order Number\n\n)\d{5}" that outputs an |Enumerable variable WorkOrder And an Assign activity to put the…
Code Forge
  • 27
  • 1
  • 6
2
votes
3 answers

Uipath connection to MySQL

Has anyone ever connected to a MySQL remote server using uipath? Is this possible. I've tried using the standard activities but am unable. I understand that I may need to install the odbc driver, then create a connection. Is it possible to then send…
Dan Atkins
  • 378
  • 1
  • 7
  • 21