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
3 answers

How to create a collection of various datatypes in UIpath

in UiPath RPA, how can I create a collection variable with different datatypes? For example, a collection of strings, numbers, booleans or even arrays or lists. Tried to look in System.Collections.Generic, but couldn't find the relevant…
Hara Gopal
  • 55
  • 2
  • 10
0
votes
1 answer

How to send an email with Approve/Reject button options in uipath?

I need to send an email indicating approve & reject buttons and take the user response back. I'm very new to UiPath and don't have a clear idea about how to do it. Could any one please help me to solve this?
Punya Munasinghe
  • 261
  • 1
  • 6
  • 20
0
votes
0 answers

Getting the error in VDI, after deployment

Problem with Uipath BOT after deployment. Tried removing the Newton JSON and Intelligent OCR Packages if they were installed Its a Package and cannot show the Code for Security Reasons We have made an solution using UiPath Core Framework which is…
KHV
  • 145
  • 2
  • 4
  • 19
0
votes
1 answer

Not able to find Nuget Installed Package in Activity Tab UIPATH

I’ve installed watson tone analyzer from manage package > nuget.org. and it got installed successfully. And in Project Tab > dependency section i can see it’s been added. But i’m not able to see IBM package in Activity tab but if I install any…
0
votes
1 answer

"How to fix the problem of installation of the UiPath each and everytime ?"

I had installed the UiPath and accept the free license. But, once if we close the tool and again try to open it then every time it opens the installation screen and asks for a license. Please give the solution of this issue. Thanks. Expected…
0
votes
0 answers

Uipath Orchestrator: Error while running a process in orchestrator

I have a process that takes a screenshot and save it in the absolute path and send the image in the email as HTML code. While running the process locally the screenshots are correct with the right date and time. However, when I publish the process…
Sara
  • 3
  • 4
0
votes
2 answers

UIPath how to set user and password automatically?

I open my browser with UIPath and navigate to a site with .htaccess protection. How can i set there a username and a password to login automatically ? Until now i used a "input dialog" and "TypeInto" to try this and had no success. Thank you.
Shao Khan
  • 441
  • 6
  • 31
0
votes
1 answer

outlook email text into SharePoint field using UiPath

I'm new to UiPath; however, by referring a online tutorial I was able to read the whole outlook email and forward this to other email ID. Now my job is to, parse the test from the raw outlook email content and put the required text in the specific…
AskMe
  • 2,495
  • 8
  • 49
  • 102
0
votes
2 answers

UIPath - Find OCR text position and selecting a day from the calendar

I was trying to grab a website calendar from UiPath. But when I use the Find OCR Text Position or Click OCR text activity in the UiPath Software, it will not give me the exact date that I want to select. I want to do one thing only: I need to…
0
votes
1 answer

How to construct a selector based on dynamic ctrlid through UiPath?

This question have a reference to the following questions: UiPath -Error {“message”:"Click Text 'SAPTreeList': Cannot find the UI element corresponding to this selector: Why does the ctrlid format detected by UiPath differs from the documented…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
0
votes
1 answer

How to Get Distinct Value of DataTable and Append New Column with the Count of each distinct value returned [UIPath][VB.Net]?

I am a newbie in UIPath. I have a DataTable with these headers: 1.) Date 2.) Error I want to extract a Distinct Date for every error, and use this code: dtQuery = ExtractDataTable.DefaultView.ToTable(True,{"Date","Error"}) With this, I get my…
user10757375
-1
votes
1 answer

How to extract URL links using UiPath Studio

I am using UiPath Studio(2022.4.3) for data scraping, I don't find "Data Scraper" tool, instead there is this tool called "Table Extraction". How do I extract URL links found in Web pages/Applications.enter image description here
-1
votes
1 answer

On UiPath how can I extract (from an XML File) the second tag if there are multiple tags with the same name?

I have an XML File with this characteristics:
Sesame Street
New York US
Nairobi KE
I want to…
-1
votes
1 answer

How to merge 2 excel files data using UIpath

I am trying to create a sequence where a folder where multiple subdirectories are present, Each subdirectory has 2 Excel files with multiple sheets (Sheet1, Sheet2). I am looking a way to merge both the Excel files from each repository wrt. to their…
Manz
  • 593
  • 5
  • 23
-1
votes
1 answer

Framework/GetAppCredential.xaml usage issue using the Robotic Enterprise Framework

Please let me know what this error means and how to go about fixing it. I’m just a beginner in RPA who needs help. Thanks in advance. “Framework/GetAppCredential.xaml: For security reasons DTD is prohibited in this XML document. To enable DTD…
1 2 3
14
15