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 json response to data table

I have the following lines as a json reply to my api…
1
vote
1 answer

How to schedule a uipath orchestrator job using azure pipeline

Is there any way/package available in uipath to schedule the orchestrator job using azure pipeline? I got the uipath Integration package but it only provides the package for create pack,deploy package, manage asset,job run and testcase run.. I…
1
vote
1 answer

Ui path studio arguments? defined as variables or hard coded values

I was doing practice questions for the rpa asociate exam and came across a question I was unsure on how to answer. Suppose you have some arguments from an invoked workflow. Some are out arguments, some are in and some are in/out. The question asked…
Beatrix
  • 55
  • 7
1
vote
1 answer

Cron runs twice a day

I want to make a cron that runs at 9 a.m. and 6 p.m. every day, but I don't know how. I looked for a way to create it, but I couldn't find one that runs twice a day at a specific time.
최민준
  • 11
  • 1
1
vote
2 answers

UIPath: How to find texted hyperlink on website and click on it

I am faced with user acceptance testing a website used in a previous project. I want to find the texted hyperlink and click on it based on a value extracted from excel. The text, as well as the position of the hyperlink changes on each…
Morné
  • 11
  • 2
1
vote
1 answer

how to read 1 excel file with multiple sheet

I need to get specific value from data table 1 sheet1, sheet2, sheet3, sheet4 and write it to specific cell in my data table 2. what approach I should do. I want it to be dynamic.
1
vote
0 answers

Web Scrapping of dynamic form performance issues in parallel requests

I have to scrap the quotes data from an insurance company website which requires filling the form which has 12-14 fields and clicking on a button and wait for 14-16 seconds to get the results and once results are available, return them to REST API.…
Guarav T.
  • 468
  • 6
  • 20
1
vote
1 answer

Is it possible to create custom GraphServiceClient in UiPath? (and how)

We are needing additional Office 365 functionality that is not provided by the standard Office 365 package by UiPath (such as marking emails as read/not read, changing the subject lines of emails already in a shared mailbox, etc). Having looked…
Adam
  • 11
  • 2
1
vote
1 answer

Data Scraping on Cross-Platform process UiPath

I created a process in UiPath Studio on a Windows machine which scrapes data from a website, below are the components used for creating the process How to replicate the same on a cross-platform machine(Linux) As we know, for Windows we have UiPath…
1
vote
1 answer

Get RITM number attached to Change request in Service Now

I am trying to get the Request number (RITM) that is attached in the Change Request (CR) in service now. I am able to get the Request number but not able to get for which Change Request the corresponding Request number is attached. I have used the…
1
vote
1 answer

Marketing API - Facebook

I POST an API request to generate Ad Report for an account using the…
1
vote
1 answer

Accessing UiPath Credential Store created by previous developer

I am extremely new to UiPath. I have inherited a project from an experienced UiPath developer. I am trying to find the username and password he uses to login to a specific app. Because the project is not working when executing in the development…
MaggieW
  • 11
  • 2
1
vote
0 answers

Ways to trigger a uipath bot from cross domains? uipath bot is in one server and need to trigger this bot from a different server that isn't having it

We are building a uipath bot from our server, but the client won't have any access to use uipath needs to trigger the bot in our server from their server. Can someone give some ways to trigger bot over cross domains/server ?
Swetha P
  • 11
  • 1
1
vote
0 answers

Remove duplicated rows from two datatables with different numbers of rows

I have two datatables, in one of them old_DataTable I have 3 results. In the other one called Output I have 4 results. I have been implementing solutions suggested in forums: Read the two Datatables drCommonRows = (From d1 In…
Coding M
  • 11
  • 3
1
vote
1 answer

Check if Windows virtual machine is in use

In my organization we are using virtual machines that are running UiPath RPA processes. In UiPath Orchestrator it is visible in case a process is running via Orchestrator on the virtual machine. It is also possible to log into the virtual machines…