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 read all media files and upload one by one?

In uipath process See small video : https://www.loom.com/share/02b00cbdb0854fe1b4e66766814ce90c I made process but it needs to tell every run file name from the excel sheet any method replace and no need excel data bot will automatically…
0
votes
1 answer

While adding data to Datable/DataRow getting the error as "Exception has been thrown by the target of an invocation." in UiPath

I am working on a excel automation project in UiPath, where need to update few details from one excel to other and while updating, the logic is working fine for first 2 entries after that getting the error as: "Exception has been thrown by the…
KHV
  • 145
  • 2
  • 4
  • 19
0
votes
1 answer

Is there any method to extract a table from a lengthy PDF using UiPath?

I need to write a process to extract several tables from a lengthy PDF having 20-25 pages using UiPath. The problem here I faced was the number of pages getting changed monthly.
Dilini M
  • 1
  • 1
0
votes
0 answers

Age defined in excel is showing error "Message: Column 'Age' does not belong to table DataTable."

I am new to UiPath. I have an excel with 4 columns: First name, Last Name, Age, Email. When data is read from the excel, all the columns are displayed in message log except Age which is an Integer. The error message I get is "Message: Column 'Age'…
user3086267
  • 41
  • 1
  • 2
0
votes
2 answers

Get Listview sub items in UI Path

How to get the list view sub items using UI Path RPA. I tried using data scraping, recording but it output only first sub item data. I have followed this link regarding same problem but I couldn't understand the xaml file provided in…
ashveli
  • 248
  • 6
  • 28
0
votes
4 answers

Invalid ui node error when indicating in uipath studio

I have started using uipath for the past two days. I am reading from an excel sheet and loading to a web page and progress has been good. I am stuck on the following scenario. I have a bs-datepicker that is used to enter dates. I have been able to…
Ayubx
  • 597
  • 2
  • 9
  • 19
0
votes
1 answer

To read excel group rows data using UiPath

Read an excel contains 4 columns. member name, age, amount and status Read excel and group all the rows with status as completed Group all rows with status as error Create two tabs in the same sheet as error and completed write the above group of…
0
votes
1 answer

Can I move uipath application from desktop to cloud?

I'm new to uipath. I developed a local application, It works fine locally. My question is can I move this application to cloud, I mean the application needs mouse, keyboard, none of that is there. Thanks!
user2155362
  • 1,657
  • 5
  • 18
  • 30
0
votes
2 answers

UiPath - Activity "Click" in mouse hover menu

I want to click on an element in the menu that only releases that element from the mouse hover, when I put the activity "Click", the pointer disappears and the menu closes. I intend to use the "Select Area" together with the "Click" activity! How…
joaoboconcelo
  • 23
  • 1
  • 4
0
votes
1 answer

UiPath deserialize current JSON Object Error on testing any activity

Hi I am trying to run a simple login workflow in uipath and while running the workflow as "Test Activity" it is throwing the below exception I have encountered similar exception in other languages but not seen this in UIPath. Cannot deserialize the…
0
votes
1 answer

How i can call uipath robot using wso2 using rest api?

Currently we are scheduling our robots using windows task manager. But in future we have to schedule our robots via wso2.Is it important to have an orchestrator? can we do without orchestrator ,is any alternate way? And if not then how to do using…
0
votes
2 answers

Use Browser is missing settings like "Private" & "NewSession" in the Modern Design

For me that's a huge step back. The new Use Browser is missing settings like Private & NewSession in the Modern Design. So it's not possible to open Chrome in private mode anymore. So currently the only workaround is to hit CTRL+SHIFT+N as Chrome…
kwoxer
  • 3,734
  • 4
  • 40
  • 70
0
votes
1 answer

Regex pattern to replace string containing special characters

Need help finding out the regex pattern that will help me replacing below - *LABEL and it’s value which contains within double quote. (Text within double quotes may contain all different special characters and there is no fix pattern) I am giving 2…
SonuD
  • 45
  • 6
0
votes
1 answer

How to use LINQ filter on a DataTable in Uipath

I have a Linq query written in C#. I don't know how to change it so that it works with UiPath. The query finds all AccountNumber in the table and finds the sum of Remainder rows var afterChange = listDate.GroupBy(account => account.AccountNumber) …
0
votes
0 answers

UiPath: System.NotSupportedException occurs when trying to merge: “Specified method is not supported.”

I’m currently running into an exception when trying to merge master into a feature-branch using UiPath Studio. I’m using UiPath Studio version 2019.10.1 Enterprise on a 64-Bit Windows 10 machine and .NET 4.7.2+. What could have caused that…
Alan
  • 411
  • 6
  • 18