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 - how to check if an Excel file is on "Read only" mode or not

I want to use UIPATH to open and make changes to Excel files that are located on a shared network. If one of the files opened by my Bot is already in use by another user, it's opened in "Read only" mode and does not allow saving of the…
Xodarap
  • 343
  • 1
  • 6
  • 23
2
votes
1 answer

UiPath Activity Creator - package version not changed

I am starting out with UiPath and am at the point of creating custom activities / packages. I am using UiPaths Activity Creator. Following a successful publish to UiPath , I would like to be able to make code changes and then re-publish. As part of…
2
votes
1 answer

UiPath - Get Branch Name

I'd like to find a way to obtain the current Git Branch that the project is running on. Essentially want to know whether I am currently in the Dev, UAT or Main branch. Obviously, I can look down and see in the bottom corner: But I want to utilise…
craig157
  • 355
  • 1
  • 3
  • 18
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
  • 13,409
  • 16
  • 61
  • 96
2
votes
2 answers

UiPath: Unable to find UI Element corresponding to this selector

I'm taking a course on UiPath, but there are some subtle changes from the precise content presented by the course and what I'm working with. This appears to be because of subsequent updates or iterations to browsers, though this particular behavior…
Saint Razz
  • 53
  • 1
  • 7
2
votes
1 answer

Trigger UIPath bot from Azure Function

Would it be possible to just launch a bot created on UIPath via an Azure Cloud Function? I read on UIPath official documentation that I would probably need the UIPath orchestrator but even, how can I trigger my bot from Azure Function, if it's…
Pierre-Alexandre
  • 543
  • 1
  • 10
  • 31
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.
joaoboconcelo
  • 23
  • 1
  • 4
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
4 answers

Selectors only work when webpage is opened in Internet Explorer

I created a login sequence and my selectors for the input email, password, click login and element exists are valid. But only when I have the Internet Explorer page open on the website I'm working with. I did that sequence again, and I ran it,…
Zah Denisa
  • 21
  • 2
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
2 answers

Values from a column in UiPath - Need most efficient way

In UiPath, what’s the most efficient method to get a list or array of all the unique values in a column from a DataTable? Preferably without looping
Sergio Salerno
  • 125
  • 1
  • 2
  • 8
2
votes
3 answers

How do i extract text from email body using UiPath?

I would like to know how do I extract the password form the email body. The password is used to open files in the attachment. How should I approach this? Do I extract the password and store it in an excel file or is there a better way to open the…
Jun Liang
  • 71
  • 1
  • 7
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:…
Jun Liang
  • 71
  • 1
  • 7
2
votes
1 answer

Uipath sharepoint activities - GetListItem getting unwanted metadata column and data

I want to get list items from Sharepoint, I am using UipathTeam.sharepoint.activities. I tested the connection is working fine. However, the issue is when I write the output data table to CSV, the data table showed differently. The column name is…
Garvill Chin
  • 21
  • 1
  • 2