Questions tagged [uipath-studio]

UiPath Studio is a powerful and user-friendly automation canvas and essential component for UiPath platform.

UiPath Studio is a powerful and user-friendly automation canvas and essential component for UiPath platform. UiPath Studio features a rich collection of pre-built activities, integrates with several programming languages, and promotes ease-of-use, scalability, and efficiency.

Links

221 questions
0
votes
1 answer

How to open IIS through RPA UIPath

I want to open IIS through uipath, but whenever I use the "Open Application" activity for open IIS below errors are shown. So, what workflow I have to make to open IIS through uipath?
0
votes
0 answers

Copy cell values from one excel to another

Screenshot 1: Screenshot 2: I have 2 different excel workbook. What I would like to achieve is to transfer data over to another workbook; while matching the column and row name. So for example, when copying data of row 3 over from first workbook…
Josh Ng
  • 198
  • 14
0
votes
2 answers

Is possible in the Orchestrator run two Processes?

I have Free Orchestrator version of UiPath, i want to know if there is a way to start a job in the orchestrator, when the job is still running for example at 08:00 P.M i have a second job scheduled that need to run. Is possible to Stop the first…
0
votes
2 answers

How to indicate an element on a pop-up panel in UiPath?

I'm doing an automation of PyCharm using UiPath. When I want to create a python file in this manner File > New > Python File After clicking "New", a pop-up panel appears on the screen in which the "Python File" option is lying. Now the problem is…
Shabbir Hossain
  • 107
  • 1
  • 11
0
votes
2 answers

i am facing error while running uipath bot related to Excel

I am facing the issue while running EXCEL related bot in the UIPATH tool. The error which I am facing is given here[20.4.1 Message: Job stopped with an unexpected exit code: 0xC0000005 Exception Type: System.Exception RemoteException wrapping…
0
votes
1 answer

Uipath studio Data scraping takes forever

When my rpa start the data scraping, the rpa is able to start running but takes forever and never complete the data scraping. There is no error message output, the rpa never end. Why this is happening? And I strongly suspect it is caused by the…
WetzelSchultz
  • 67
  • 1
  • 10
0
votes
1 answer

Extract all numbers before the last non zero digit with VB in UiPath

I am trying to extract all numbers before the last non zero digits. Examples: if I have a number 4210014000000000 i am trying to extract only 4210014. and if I have a number 621788000000000 i am trying to extract only 621788. and if I have just…
Maine
  • 27
  • 5
0
votes
2 answers

LibGit2Sharp.Core.NativeMethods exception upon Cloning repository on UiPath Studio

This error still appears after trying to get the repository from gitlab and to: deleting UiPath folder on these paths C:\ProgramData C:\ProgramFiles C:\ProgramFiles (x86) C:\Users\%username%\AppData\Local re-install the UiPath Studio Pro -…
0
votes
0 answers

Excel Copy Paste Activity in UiPath Freezes Without any action being done

In UiPath, I use Copy Sheet to bring a sheet with all the formats to another excel. Now I use Copy Paste Range for a range like A:I. This simply freezes, no error, execution seems to continue but nothing happens after several minutes of waiting (it…
Niki
  • 1,161
  • 1
  • 20
  • 37
0
votes
0 answers

UiPath - Search role in web table and select it if exist

I’m working in a process to delete roles for several users (500). I did a process, but I’m seeing it isn’t working well. Only select the checkbox Role, if it is in the beginning. I’ve created a DataTable, This DataTable contains base information…
0
votes
2 answers

Uipath studio- data scraping error appear after I modified the 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 data scraping stopped and the output gives the…
WetzelSchultz
  • 67
  • 1
  • 10
0
votes
1 answer

Uipath Studio - Data scrape a list of different products and write into csv, but all .csv file have exactly same data

I have a csv file with a list of products and I want to scrape data from them automatically. The rpa bot I created is able to repeat the search of the product using my list on an e-commerce website. It will search until every product name from the…
WetzelSchultz
  • 67
  • 1
  • 10
0
votes
2 answers

Coverting String column in a DataTable to Date format and store it in a list

In this scenario, I have a dtData which is a DataTable of string. This DataTable contains of just 1 column. In that column we have date which is in the form of string. I wanted to convert this column to date type and store it in the list.
Rajat Pandit
  • 63
  • 2
  • 9
0
votes
1 answer

Write Line: Object reference not set to an instance of an object before each row UiPath

I need assistance of understanding as to why I am getting an error here. Is it because I cannot write line a data table variable because on each row the variable is indeed a data table but on the write line I added a ".toString" at the end. There an…
Wendy
  • 1
  • 1
  • 2
0
votes
0 answers

Uipath-Studio, how to data scrape a list of products?

.CSV Product List I have a .CSV file with a list of product. And I need to make a RPA bot to Data scrape the list of products from online shopping websites. The data scraped from online shooping sites must be stored into the same DataTable. The bot…
WetzelSchultz
  • 67
  • 1
  • 10