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

Uipath error: "macro may not be available in this workbook"?

I am trying to retrieve cell addresses from an Excel sheet with UIPath invoke VBA activity. I am new to VBA coding. I have written a function to retrieve cell address array and I have written a sub procedure to call that function. I am calling the…
NT.Tharu
  • 1
  • 1
  • 5
-2
votes
1 answer

How to go to next tab in windows GUI

I am working on interacting with windows GUI, where in i am trying to move from one tab to another. I Want to move to next tab i.e Authentication tab using pywinauto. I tried tabcontrol but it is not working for me. Below is the image for…
-2
votes
1 answer

I need to build OCR scrapers

I want to be able to build OCR scraping applications which are able to : automatically detect when predetermined softwares are running on our computer (examples of softwares we need to scrap : web browsers, or any software window like for example…
-3
votes
1 answer

Need to extract information from PDF using Regular expression

I need to extract information for two word tags from a list of pdfs using regular expression. The structure of every pdf would be same. I can read the whole text of pdf using UiPath activity but I need to extract only some information from that…
Dave
  • 1
  • 5
-3
votes
1 answer

Invalid usage of aggregate function Sum() and Type: Object

datatable.Compute("Sum([My Money])",""); Error: Invalid usage of aggregate function Sum() and Type: Object.
-3
votes
2 answers

Error in UiPath project with Outlook Mail Message: System.ArgumentException

I’m trying to use Get Outlook Mail Message to export date and subject of the email but I keep getting this error: Source: Get Outlook Mail Messages Message: The specified folder does not exist Exception Type:…
-3
votes
1 answer

How to go down (recursively) in UIPath

I want to go down recursively and automatically at the host and clusters tab (the blue one in the picture), and then take the text like guest os, compability, etc. I already know how to get the text from summary, but I got the problem to loop (go…
-3
votes
1 answer

ui path rpa cant convert excel scraped data to post in pdf

I am able to fetch data from excel sheet but i am not able to print/publish/post data data in pdf or word i am basicaly try to fetch any excel data any specific no of rows or columns and want to post it in pdf
Vik
  • 1
-3
votes
1 answer

Converting python code to vb.net

I have a python code. I need vb.net equivalent of it. Thanks in advance. payload2 = {"auth_token": "YOUR_AUTH_TOKEN", "status":"green", "data-title1":"index", "data-title2":"machine1", "data-title3":"package10", "data-title4":"current",…
hasanoa
  • 41
  • 10
-4
votes
1 answer

How to get only numbers until the dot?

I need to match only the numbers after TOTAL SALES from this text and it has to stop at the first dot and it has to avoid any special character the desired result is 800 Update: it works on first one but it fails if there is a backtick Regex TOTAL…
Jacob
  • 31
  • 4
-4
votes
1 answer

Data Scraping RPA - UiPath

I'm trying to scrape data in UiPath Studio, but not the regular single/multiple page data scraping. I want to scrape the data of every single element. E.g: If I search Iphone on Amazon it will give tons of records. What I want is to enter in each…
-4
votes
2 answers

RegEx for capturing digits in a string

I'm looking to extract only the numbers after this "=»", but i keep having some other text too: Regex code: [^»]*[\d{1,}]$ Input > login as: LOGIN SERVER@00.00.00.000's password: Last login: Thu May 23 > 15:51:49 2019 from 00.00.00.000 CREER AUTANT…
mz3bel
  • 59
  • 1
  • 7
-4
votes
1 answer

Uipath two decimal places

I need to format my double value for example "12.4" into "12.40" , and "1" to "1.00" and I was searching for a function in the internet for a whole hour and can not find, or there is any other way to fix it? Everything must be seen in .xls file.
Sangi
  • 1
  • 1
  • 5
-5
votes
1 answer

How to extract only what after ">" of a regex expression?

How do I extract all the numbers after this ">" on my regex expression. 15 15 can change like a random number. Thank you!!! I tried this way, but doesn't get me much! (< tzdxtext>)(\d\d)
mz3bel
  • 59
  • 1
  • 7
-5
votes
1 answer

Is UIPATH supports mainframe attachmate emulator?

By reading blog UIpath is free. Is it free trial or complete free version Will it support attachmate emulator?
ChanGan
  • 4,254
  • 11
  • 74
  • 135
1 2 3
50
51