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
10
votes
4 answers

UiPath Community Edition

I had installed UiPath trial version previously, and uninstalled it when the license expired. As I use this machine for testing, I wanted to install UiPath community edition. I downloaded it and installed. When I fire it up, it still says the…
Dan Atkins
  • 378
  • 1
  • 7
  • 21
9
votes
4 answers

Which RPA tool should I learn being a C# Developer

I am a .NET developer who primarily developed web and stand alone apps using C# since beginning of my career. I am now interested to learn RPA so which RPA tool is best for me to learn where I can use my .NET skills more. I came to know from Google…
user841311
  • 597
  • 3
  • 9
  • 24
9
votes
8 answers

Uipath string null

Does anyone know how to check for an unassigned string in uipath? Uipath seems to crash when an if statement looks for a null string. Not sure how to handle that. String.empty doesn't seem to work, and if the string is unassigned uipath stops…
Dan Atkins
  • 378
  • 1
  • 7
  • 21
6
votes
5 answers

Create Robot in UiPath Orchestrator

I have been working with UiPath Studio to automate workflows and was successful. Now I want to create a UiPath Orchestrator Robot to deploy on my machine. I create a machine in UiPath Orchestrator, but while creating a robot, I am not able to find…
6
votes
1 answer

UiPath -Error {"message":"Click Text 'SAPTreeList': Cannot find the UI element corresponding to this selector:

I am following the video SAP Automation with UiPath to automate login as a user with valid credentials within a SAP Server. SAP Information: IDES ECC 6.0 incl. EhP7 System Information: I am not using a VM. I use a Intel Core i3 CPU with 64 bit -…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
5
votes
1 answer

Why does the ctrlid format detected by UiPath differs from the documented format in their XSLT representation?

Why does the ctrlid format detected by UiPath Studio differs from the documented format in their XSLT representation? Currently I am working with UiPath to automate a few workflows. Environment Details: SAP Client: IDES ECC 6.0 incl. EhP7 Host…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
5
votes
3 answers

RPA- UiPath, Regarding Special Keystrokes

How to send the keystrokes such as Alt +E+A+B, tried to send the keys using type into while working with, Alt the button is not getting released after the process is closed. Also tried to send Alt+E but not able to send the rest of the Key strokes,…
KHV
  • 145
  • 2
  • 4
  • 19
5
votes
8 answers

Showing loading screen in UIpath

I am new to Uipath. Is there any way to display the loading screen while Uipath performing something in background. In background im running java code. Any workaround or can we achieve this in UIPath
RAAAAM
  • 3,378
  • 19
  • 59
  • 108
4
votes
2 answers

Create a List of elements from a DataTable LINQ Column

I would like to know how I can convert elements of a column of a DataTable to a list of type string, grouping the elements to avoid repetition. For example my DataTable would look like this DataTable and I want to make a list containing the elements…
Xvier
  • 41
  • 1
4
votes
2 answers

How to get only the first match of a RegEx (UiPath Studio RegEx Based Extractor)

I have the following text that I extracted from a PDF using UiPath Studio's OCR. It's the same block of text repeated 3 times due to it being the original, duplicate & triplicate of the same PDF page. Os bens/serviços foram colocados à disposição do…
lcvalves
  • 77
  • 1
  • 9
4
votes
3 answers

How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed?

How to execute a workflow on a PC which doesn't have the UiPath Studio or UiPath Robot installed? I have been working with UiPath to automate workflows using UiPath Studio and UiPath Robot (both locally and on localhost through Orchestrator) and was…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
4
votes
1 answer

Uipath automation using RDP for community edition execution

While implementing solution for Level 3 Advanced Training on a separate machine, connected via RDP, i had to use the default UiPath Academy Recorder in order to upload my solution. Here is the tricky part, although the automation completed…
4
votes
2 answers

UIpath Workflow Foundation .NET Framework

I've been exploring UIPath community edition and have come across that the Main window and most of its activities are just like a Visual Studio Workflow. Is it right to say that UIPath is built upon Workflow Foundation of .NET Framework? I'm just…
Vlad
  • 181
  • 2
  • 10
4
votes
1 answer

Powershell with UiPath

I am kicking off a PowerShell script with UiPath. I need to pass an argument in, from UiPath. Firstly is this possible and secondly does anyone have an example of this? Not sure what the syntax is for this in the PowerShell script
Dan Atkins
  • 378
  • 1
  • 7
  • 21
3
votes
1 answer

How to using UI.Path to Getting Data from Running Table

I have an application Desktop App (on windows 10) that displays a running table. Where that table only has a maximum of 5 rows. Each new data will be displayed on the next line/row. If the row has reached its maximum, then the data will be redisplay…
Altimuksin
  • 67
  • 5
1
2 3
50 51