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
2 answers

Connecting to MongoDB to be used in UIPath

I am trying to connect to MongoDB so I can use it in UIPath but there are no APIs available other than DB administrative APIs. I want to manipulate the actual data in the data table. How can I do this, other than creating a robot that manipulates…
Sergio Salerno
  • 125
  • 1
  • 2
  • 8
2
votes
0 answers

Uipath - Unable to perform API call using post method

So, I am trying to replicate the process I automated using Excel VBA+Selenium to UiPath. In that, the first step is to get a set of details from a table stored in a database using API. So I created an HTTP request under a sequence and enter the URL…
David
  • 149
  • 5
  • 18
2
votes
2 answers

Is UiPath Studio considered a 'no-code' or 'low-code' development environment?

I keep hearing the terms low-code and no-code for development environments. I've always written code in full fledged C# environments, so this UiPath Studio UI is a bit strange to me. Is UiPath Studio categorized as a 'no-code' development…
2
votes
1 answer

How to get Text & data scraping and insert into excel together in UIPath

Is anyone know how to use get text & data scraping together and insert into Excel? What I want to show in my Excel is those highlighted in Blue, i was able to get the datatable using Data Scraping but i cant get the “104445” together.
CK Ang
  • 111
  • 11
2
votes
2 answers

What is a valid IEnumerable UiPath data type for UiPath QueueItems

I am trying to configure the UiPath get queue items activity but when I specify the QueueItemData variable as the output it gives a warning asking for a generic IEnumerable object. What is the proper UiPath queue object to use when a IRnumerable…
2
votes
1 answer

How can I add two columns in an excel sheet using the column name instead of giving cell number range to locate the columns in Uipath

I basically want to perform addition of two columns and store the result in third column. But the challenge is I cannot use the cell number of columns to locate the columns. Instead I have to use the column name/header and when I find the header I…
2
votes
1 answer

Extending Types in UiPath

I have a c# class that is extending types as follows: public static class TypeExtensions { public static String nameof(this TType obj, Expression> propertyAccessor) { if…
Alan
  • 411
  • 6
  • 18
2
votes
1 answer

How to get UIPath to type into a specific point in a window?

I'm trying to use UIPath to automate some gruntwork in Adobe Premiere, which includes typing in a specific text field. The problem is, UIPath doesn't recognize that text field as its own element. It recognizes the window the text field is in as an…
Tyll'a
  • 526
  • 1
  • 5
  • 17
2
votes
3 answers

How to use LINQ on a DataTable in Uipath

I am trying to filter a datatable using LINQ Query on Uipath and save the output as datatable format. Where col A has name and Col B has Price. I am trying to filter where price is greater than a value ( price>500) and save both Name and Price of…
Supriyo404
  • 23
  • 1
  • 1
  • 5
2
votes
1 answer

How to close the child tab using Close tab activity in UIPath

UiPath is closing the main window instead of child window. I have defined a browser variable in the attach browser activity and passed that browser variable to the Close tab activity. The main Chrome window is still getting closed. Also attached…
Carolyn Cordeiro
  • 1,525
  • 3
  • 11
  • 26
2
votes
1 answer

UiPath cannot click Chrome Browser popup dialogs

I am having a lot of trouble with a few small parts in a couple of automation workflows and would really appreciate any help. We use UiPath for tons of stuff dealing with our ERP, Great Plains, using the GP Web Client in Chrome, but I have been…
MUlferts
  • 1,310
  • 2
  • 16
  • 30
2
votes
1 answer

Uipath data scraping error - cannot find the UI Element corresponding to this selector

I use UiPath and data scraping activity. First open the browser direct to the e-commerce site and search the product. Everything is fine, until after the product was searched and results were shown, the output gives the following error message:…
WetzelSchultz
  • 67
  • 1
  • 10
2
votes
1 answer

UIPath Tibco EMS Integration

We are trying to send a message to the Tibco EMS queue from the UiPath Tool. Is it possible to this via the paelltes/activities or we need to write some custom Code. Please let me know if anyone is aware.
Ashis
  • 41
  • 1
2
votes
2 answers

AX2012 and UIPath

I'm working with UIPath to automate some processes in Microsoft Dynamics AX 2012. When I use UIPath to indicate a button to press or a field to type into, UIPath gets a brainfreeze (stops working) and just chews on it for 3-6 minutes before it has…
AlbaTroels
  • 290
  • 1
  • 4
  • 20
2
votes
1 answer

Issue while connecting to orchestrator through chatbot-bridge version 2 api. (Node JS)

We are trying to connect dialog-flow api (v2) with ui-path orchestrator using chatbot-bridge(v2 code) but we are seeing this below error. This is the configuration file: default.json: { "server": { "host": "127.0.0.1", "port":…
Surya
  • 37
  • 6