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

UiPath how to get Type of generic Value

Background Story I have an excel table of values with thousands seperator . and floating point seperator ,. If the number is lower than 1000, therefore only the , exists. In UiPath, I'm using a read range and store the data in a data table. Somehow,…
toffler
  • 1,231
  • 10
  • 27
1
vote
0 answers

Speed up for each row loop [Uipath, invoke VBA]

I have a requirement to apply auto fit for the merged cells, it’s working fine. I am using Uipath for each data table from input and I am applying VBA the below. When I run this it takes more time because I’ve (oRange) value totally 40000 rows. Each…
1
vote
1 answer

UiPath - parse numeric string with thousands separator from excel to number

I am quite new to RPA and want to parse and want to parse some excel values to a number format. The numbers in this excel are interpreted as text and looking like this 1.500.000,00 Note that there are some spaces at the beginning and dots…
toffler
  • 1,231
  • 10
  • 27
1
vote
2 answers

How to automate copy selection from body from email to excel file?

I'd like to automate the following actions in a sequence: Scan e-mail folder for mails for specific content (subject or body, both are possible); If found, I want to search through the body of the e-mail for a specific string which is unique per…
user14859193
1
vote
1 answer

How to authenticate using OAuth 2.0 with `authentication_code` grant flow type from a C# executable?

I'm working on a C# command line tool which automates some deployment tasks by sending requests to the API of an on-premise installation (in this specific case UiPath Orchestrator). I've used until now bearer token authentication, which is being…
Teodor Tite
  • 1,855
  • 3
  • 24
  • 31
1
vote
1 answer

Does AWS Textract support Arabic text in a image file?

I need to do OCR on images that contain text in Arabic languages. I am using AWS Textract API in the python using UiPath Does AWS Textract support the Arabic language? Thanks in Advance. I found many languages ,but I haven't seen the Arabic ,so does…
1
vote
2 answers

Workaround to retreive E-Mails using Uipath

Uipath studio: 2021.10.3 Package Uipath.Mail.Activities: 1.3.0 Hi everyone, My objective is to retrieve E-Mails from a particular E-Mail Address throught Uipath activities. I use currently the activity "GetExchangeMailMessages" to retrieve the…
sergioMoreno
  • 189
  • 1
  • 15
1
vote
0 answers

Extract tables from pdf using anchor using Document Understanding in UiPath?

I am trying to extract tables from pdf files. I am using UiPath's Document Understanding for this purpose. I have to create a template for this purpose and then use that template for other similar invoices. The issue I am facing is that the number…
spectre
  • 717
  • 7
  • 21
1
vote
1 answer

How do I fix problems with server certificate for Sending SMTP Mails on UiPath?

I am trying to use UiPath to Send SMTP Mail Message. For my gmail account I am using those detailes: Port: 587 Server: "smtp.gmail.com" SecureConnection: StartTlsWhenAvailable I have less secure apps allowed, there are no typos + I've already tried…
1
vote
1 answer

Document Understanding is extracting data from all the pages of pdf in UiPath

I am using Document Understanding in UiPath to extract data from multiple pdf's. Each pdf file contains multiple copies of the same page which I cannot remove. Trouble is: 1.) The Regex Extractor is extracting data from all the pages of the pdf…
spectre
  • 717
  • 7
  • 21
1
vote
1 answer

Table Extraction in UIPath if table has images

I am trying to extract the Table which has the following format When I want to extract i should have either put some character on place up icon or i dont want that either the case is fine.. But UIPath brings this way.. 78,59,237806 all as one text…
ChanGan
  • 4,254
  • 11
  • 74
  • 135
1
vote
1 answer

The installed versions of Studio and Robot do not match. Please restart your machine an try again

I just downloaded UiPath version 21.10.5.0, i installed and when i'm trying to launch it, it's returning an error like The installed versions of Studio and Robot do not match. Please restart your machine an try again. I'm attaching the logs below…
Mark
  • 331
  • 2
  • 10
1
vote
1 answer

How to load an xaml file/workflow in UIPath when a value is selected from a dropdown then a button is clicked

I have installed UIPath.Form.Activities and used Create Form activity. I then created a form with a dropdown and a submit button. On the dropdown, there are two values: Process 1 and Process 2 as below: Each process has a separate workflow on my…
Xev
  • 109
  • 1
  • 1
  • 12
1
vote
2 answers

Select records with max date in datatables Uipath

Could you please help me with this? I have a data table (Uipath) with the following fields: id, account, reg date, exp date. Each id might have more than one account. I need to select one record by id with max reg date. In order to do this I am…
1
vote
0 answers

How to check each row click on the specific value in uipath

I have been working around a SAP table where, I have to find an specific string inside the column (Direction) of an table in SAP UI. The String value is dynamic and the location also keeps on changing in the column every month so can’t use the click…
Manz
  • 593
  • 5
  • 23