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

Has anyone come across issue[]?

issue[] in UiPath. So I downloaded an extension / package from UiPath GO! named as "Jira Integrating Software". This Packages comes with several APIs to access Jira tickets. I was working with one of these APIs called "Search by JQL". JQL is Jira…
2
votes
8 answers

UIPath - Schedule without Orchestrator

Im working at a company where we are currently implementing RPA as a part of a pilotproject. We are looking into purchasing the correct licenses from a consultancy, but there are one thing we can't seem to get solid information on. We need to…
AlbaTroels
  • 290
  • 1
  • 4
  • 20
2
votes
2 answers

Framework that allows to automate desktop applications

So, I'm a new(ish) QA automation intern at my company. Since I got in, I've been researching different tools and methods of automation. We have a web service that we can automate just fine. The thing is, there is also a windows application that…
jalbr98
  • 59
  • 2
  • 3
2
votes
1 answer

Getting this Error in Orchestrator in UiPath Exception HResult Code : -2146233088

While trying to run the BOT from the Package deployed on the Orchestrator we are getting the below error, multiple times. But when trying to run from Uipath Studio or from the Tray we are not getting any error. The Error as shown below Reason:…
KHV
  • 145
  • 2
  • 4
  • 19
2
votes
2 answers

How to read the data from the multiple excel workbook in Uipath

The scenario is like i have a folder that contains aleast 4 to 5 excel workbook . The work book has a standard first name the rest of the name will vary. I need to take the count of the excel workbook then read the data's in workbook's and same it…
2
votes
2 answers

UI Path configuration and organization questions

UI Path configuration question Dear all, Just wanted to understand your take on these questions. Relative newbie here. I have a parent workflow invoking 12-15 child workflows. A) The parent reads all configuration settings and passes those on to…
2
votes
0 answers

Creating the TypeArgument textbox in custom activities

I recently started using UiPath for creating automatic processes at work. I've tried my hand at creating custom activities. One of these activities are called AddToDictionary. It's generic because the user needs to specify the KeyValPair types,…
2
votes
1 answer

What are example cases in which I should use Python in UiPath?

I am trying to determine why I would have the need to use Python in UiPath vs invoking VB.Net code. If someone could provide specific examples about why using Python would be more beneficial, it would be very much appreciated.
2
votes
1 answer

How can i read excel sheet's text boxes using vb.net (trying to automate a process using uipath invoke code activity)

I'm trying to get the values from Excel TextBoxes using VB.NET, but everything goes wrong. (errors like:" 'Forms' is not a member of Interop " OR "TextBos is not an Interface") Any Ideas? Here is my code: Dim xlApp As Application Dim xlWorkBooks As…
Under_Ice
  • 147
  • 5
2
votes
2 answers

Process Workflow: Given key is not present in the dictionary in UiPath

I am doing UiPath level-3 Assignment 1. I have made all the workflows using Ui Studio and I am stuck in the process workflow. While I run the WFs, it says Process WF: Given dictionary is not present. I checked all the values and arguments and…
Akira
  • 21
  • 1
  • 3
2
votes
1 answer

How to pass a Python DataFrame to UiPath?

I'm calling a python function using the UiPath Python Activities Pack (Get Python Object) and it returns a DataFrame in order to use it within UiPath. Unfortunately, UiPath is not able to convert the DataFrame to a .Net DataType like a…
Mikkel
  • 140
  • 1
  • 8
2
votes
1 answer

Is UiPath Orchestrator mandatory to create and deploy a UiPath Robot on localhost?

I have been working with UiPath Studio to automate workflows and was successful. Now I want to create a UiPath Robot to deploy only on my localhost. I have followed a couple of videos, e.g. UiPath Tutorials For Beginners - Deploying a bot to…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
2
votes
1 answer

When bot is run throuh Studio, Firefox is launched, but through Orchestrator IE launched

I have set the Browser Type as Firefox in Uipath studio (both for Open Browser and Attach Browser activities). Also default browser in the system is Firefox. Now, when the bot is run from UIPath, Firefox is launching. But when I run the same bot…
Jay
  • 51
  • 2
  • 4
2
votes
2 answers

How to read an excel sheet and put the cell value within different text fields through UiPath?

How to read an excel sheet and put the cell value within different text fields through UiPath? I have a excel sheet as follows: I have read the excel contents and to iterate over the contents later I have stored the contents in a Output Data Table…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
2
votes
2 answers

How to extract data from Google Chrome JavaScript Alert Popup using UiPath

I want to extract the text and then click a button in a Google Chrome JavaScript Alert popup using UiPath. Specifically, I am having trouble with the following: What is the selector to target the dialog and how do you find this? What is the…
Cristophs0n
  • 1,246
  • 3
  • 19
  • 27