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

How to return object to UiPath in VBA?

I am trying to return an object from function Find123. I have called it from sub procedure Retrieve123. When I comple it says function not defined and it highlights the CObj method. Could you tell me a way to convert integer or string into object…
NT.Tharu
  • 1
  • 1
  • 5
-1
votes
1 answer

How to count page in one sheet of excel use Uipath? Can give me some idea?

I use Uipath and I want to check number page of excel sheet, if it larger 5 will output error. But not have activities can check it. Does somebody have the idea for it?
-1
votes
1 answer

UIPath RPA How to get element and text from pdf with password?

I have a pdf file with password. I want to get UI element from this file. But I can not get element. After click "Indicate on screen". It select all element on pdf.
Huynh Son
  • 79
  • 7
-1
votes
1 answer

automating forms in access with Uipath

I have built a access form that runs several queries. I have to invoke these queries through a button press (1 and 2). Either button will run one query for a dynamic period of time. When the query finishes, a popup window will appear and then I…
bostonwheeler
  • 31
  • 1
  • 1
  • 2
-1
votes
4 answers

Regex Extracting Price out of String

I am trying to extract the price from a string, but unable to fully complete the logic. My String: (2) 1,127.22 abcdfg sdkjf 20,200.01 abcdfg sdfkgj (2) 10.28 What I want to do is: to find all "(2)" in the string and then extract the full price…
AlpU
  • 363
  • 1
  • 9
  • 26
-1
votes
3 answers

How to change a particular column of an excel sheet in ui path

I have an excel sheet that has a data like this Position URL Company Location Developer /xyz/123/xyz ABC US Manager /xyz/132/asd ASD US Tester /xyz/142/asf ABD US I wish to capture all the url from…
Sam
  • 1,381
  • 4
  • 30
  • 70
-1
votes
1 answer

Citrix Automation using UIPath

I am working in different kind of UI Automation and need to explore Citrix automation, can anybody suggest any live example for citrix automation so that i can give it a try and explore. Thanks,
-2
votes
1 answer

In vb.net, argDatD.Select(argDatD.Columns(1).ColumnName + rowS(0).ToString, String.Empty).ToArray, Can you please explain this line?

Dim rowD As DataRow() = argDatD.Select("No="+ rowS(0).ToString, String.Empty).ToArray Please Explain the Code Snippet. I need to modify argDatD.Select("No="+ rowS(0).ToString, String.Empty).ToArray. Such that there is no column name in…
abhishek
  • 9
  • 3
-2
votes
1 answer

Do we really need RPA for Excel automation as the same can be achieved with Excel VBA scripting?

Do we really need RPA for Excel automation as the same can be achieved with Excel VBA scripting ? MS Excel VBO is just another way of representing the vb code to make it more resuable. But i assume the same can be done with VB scripting as…
Arun Pani
  • 9
  • 3
-2
votes
1 answer

Option to wait until upload activity is getting completed using UI Path

I am trying to automate a web page where I need to upload 1GB large file and then I need to sign out and close the browser but when file upload is happening am getting logged out and browser get closed. How can I wait until particular upload action…
pesari
  • 1
-2
votes
1 answer

What is the best way to debug try-catch blocks in Uipath studio

What is the best way to debug try-catch blocks in Uipath studio - now it is too slow as it breaks on every catch
-2
votes
1 answer

Is it possible to develop a new UI on top of Windows Workflow Foundation?

There this application called UiPath and it's been said that UiPath is built on top of Workflow Foundation. I was wondering if it is possible to use Workflow Foundation as a Framework and create custom EXE file with a custom UI. This will allow us…
E-A
  • 1,995
  • 6
  • 33
  • 47
-2
votes
1 answer

how to remove empty columns of Data Table if it doesn't have column name, and index of column is dynamic in c#

I trried to use below code, but it requires Column name or index DataTable t; t.Columns.Remove("columnName"); t.Columns.RemoveAt(columnIndex);
Noufal
  • 1
  • 1
-2
votes
1 answer

How to pass parameters to a Powershell script with UiPath

I am trying to run a powershell script with uipath. I have found two approaches to run it; Read the script as a text and pass to Invoke Powershell activity Use Run powershell script activity from Script Activities package Now I need to pass…
udani
  • 1,243
  • 2
  • 11
  • 33
-2
votes
1 answer

Does Excel Automation in UI Path support libre Office csv files

I'm trying to read contents from CSV files in UiPath. While trying to execute the workflow I'm getting the following error. But I've already installed the libre office on my PC.
Rajkumar
  • 1
  • 1
1 2 3
50
51