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
1
vote
1 answer

Document Understanding is extracting data from all the pages of pdf in UiPath

I am using Document Understanding in UiPath to extract data from multiple pdf's. Each pdf file contains multiple copies of the same page which I cannot remove. Trouble is: 1.) The Regex Extractor is extracting data from all the pages of the pdf…
spectre
  • 717
  • 7
  • 21
1
vote
1 answer

Table Extraction in UIPath if table has images

I am trying to extract the Table which has the following format When I want to extract i should have either put some character on place up icon or i dont want that either the case is fine.. But UIPath brings this way.. 78,59,237806 all as one text…
ChanGan
  • 4,254
  • 11
  • 74
  • 135
1
vote
1 answer

The installed versions of Studio and Robot do not match. Please restart your machine an try again

I just downloaded UiPath version 21.10.5.0, i installed and when i'm trying to launch it, it's returning an error like The installed versions of Studio and Robot do not match. Please restart your machine an try again. I'm attaching the logs below…
Mark
  • 331
  • 2
  • 10
1
vote
1 answer

How to load an xaml file/workflow in UIPath when a value is selected from a dropdown then a button is clicked

I have installed UIPath.Form.Activities and used Create Form activity. I then created a form with a dropdown and a submit button. On the dropdown, there are two values: Process 1 and Process 2 as below: Each process has a separate workflow on my…
Xev
  • 109
  • 1
  • 1
  • 12
1
vote
0 answers

How to check each row click on the specific value in uipath

I have been working around a SAP table where, I have to find an specific string inside the column (Direction) of an table in SAP UI. The String value is dynamic and the location also keeps on changing in the column every month so can’t use the click…
Manz
  • 593
  • 5
  • 23
1
vote
0 answers

How to identify item highlighted in blue on the list and check its associated checkbox in UIPath?

On the selection screen of an application there is a Search field and Search button Once the bot typed in a specific value from an excel file into the search field then click Search.. The search result/item is highlighted in blue.. I would like the…
Xev
  • 109
  • 1
  • 1
  • 12
1
vote
1 answer

Why does UiPath robot runs in Debug mode on Chrome in a Test Automation project?

I have created a new project in UiPath Studio Community Edition v.2021.10.4, and created a new 'Test Automation' project. And created the steps to open a browser, go to specified address and type in login/password and click OK button. The issue is…
Rooty
  • 43
  • 11
1
vote
1 answer

what do the Targeting methods, Recorders, wizards and The object repository do?

I’m taking the “UI Automation with Studio” course, part of the RPA Developer Foundation on UiPath. I’m really confused by it. Can anyone please recommend other video or article/tutorial that explains UI Automation with Studio. I didn’t understand…
floyd
  • 1,431
  • 2
  • 12
  • 18
1
vote
1 answer

What is the difference between process, activity, workflow, project and robot?

currently i'm taking the "RPA Developer Foundation" course on UiPath. This my first time learning about RPA and UiPath. I’m really confused about some terms. I’m confused about the difference between Process, activity, workflow, project and…
floyd
  • 1,431
  • 2
  • 12
  • 18
1
vote
1 answer

Select dynamic checkbox uipath selector

I want to checkbox row in a table. The row number is stored in a variable rowNum. In selector, it shows This selects row 0. I want to select what is stored in rowNum. How do I do that in…
1
vote
1 answer

How do you pass UiPath variables between sequences and workflows?

Variables in UiPath are visible only within the activity block in which they are declared, and they are definitely not visible in other workflows or sequences. If I have a variable and I want to use that variable's value in another sequence or…
Cameron McKenzie
  • 3,684
  • 32
  • 28
1
vote
1 answer

How to switch on a String in UiPath?

The UiPath Switch Activity defaults to the int32 data type, so you can easily add case statements based on a whole number, integer value. But if you attempt do use a String as the expression, the activity fails. So how do you create a String switch…
1
vote
2 answers

How do you download an older version of UiPath Studio?

I have installed UiPath Studio but it is version 21.4 and I need 20.8 to study for the latest UiPath Assiciates Exam. How do you download an old version of UiPath Studio and stop it from updating automatically?
Callie Jones
  • 217
  • 1
  • 5
  • 15
1
vote
1 answer

UiPath selector not working in 'Click Button' Activity

I have the version of UiPath Studio Pro 2020.10.6, and I used Chrome. I can't find the common Selector on two pages: First case - failed one Second case - great one The selectors offered by the tool are the following: Case 1:
Gmatmut
  • 21
  • 1
  • 5
1
vote
1 answer

Stop User From Interacting with UiPath Robots

I’ve deployed a UiPath robot with Picture in Picture but the RPA process can still be broken by the user typing into a text field or clicking a button in the PiP frame. How do you stop the user from interfering with the UiPath robot? I thought…