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
2
votes
1 answer

Is UiPath Orchestrator mandatory to create and deploy a UiPath Robot on localhost?

I have been working with UiPath Studio to automate workflows and was successful. Now I want to create a UiPath Robot to deploy only on my localhost. I have followed a couple of videos, e.g. UiPath Tutorials For Beginners - Deploying a bot to…
undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
1
vote
2 answers

Remove duplicate characters after matching first one

Used UiPath Studio and RegEx to capture some text between two headings in a MS Word document, removed TABS and replaced with "-", now I want to remove any additional "-" characters after the first one. RegEx used: (?<=PostalAddress: …
worthy
  • 21
  • 2
1
vote
1 answer

How can I remove specific lines with dates over 30 days past due, a .txt file in UiPath?

I want to remove all lines with current datetime-30 days, in my .txt file. "2023-01-01 10:41:32";"AAAAAAA";"BBBBBB";"CCCCCC";"DDDDDDD";"XXXXXX";"FFFFFFF";"EEEEEEE" "2023-02-01…
NoobyOne
  • 33
  • 4
1
vote
1 answer

Why I don’t see excel range in UIpath studio

Why I don’t see excel range in UIpath studio . Should I use excel file in sequence and search for this activity Searched in activities
1
vote
1 answer

Can I convert a string into a Variable in UiPath?

I have a couple argument variables like this: in_Topic = "New Topic" in_Meeting = "Demo Meeting" Also I have a dictionary myDict = {"Topic": "in_Topic", "Meeting":"Demo Meeting"} How can I link the Value in the dictionary to be the variable? For…
1
vote
2 answers

can i use the type secure text activity without using the get credentials activity?

I am new to uipath and i am struck with automating our college website login. I am suggested to use the "type secure text" activity to secure the password that has to be entered in the password field. but it was not present in activity panel.…
1
vote
1 answer

How can I compare 2 excel file unique rows by price in UIPath?

I am scraping online shops, writing down the data in separate excel files for each shop (product name, shop url, product url, and price). I want to check if there are same products in 2 excel files(like IPhone 14 pro max on amazon and IPhone 14 pro…
Palamar66
  • 212
  • 1
  • 9
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

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

Unable to invoke ssh.exe in PowerShell even on providing the full path via UiPath Studio

The following works on my windows machine using PowerShell ssh username@example.com Now, I am trying to run the same command within PowerShell using UiPath Studio for RPA but I get the standard invalid command error - Invoke Power Shell: the term…
alok
  • 1,218
  • 1
  • 12
  • 29
1
vote
1 answer

Find and select checkbox automatically UIPATH RPA

I'm using UiPath for automating a process whereby I have several dynamic checkboxes. I also have a variable that hold which checkbox is to be selected. How can I make UiPath to find a particular checkbox and tick it. By dynamic checkboxes, I meant…
1
vote
1 answer

UiPath - parse numeric string with thousands separator from excel to number

I am quite new to RPA and want to parse and want to parse some excel values to a number format. The numbers in this excel are interpreted as text and looking like this 1.500.000,00 Note that there are some spaces at the beginning and dots…
toffler
  • 1,231
  • 10
  • 27
1
vote
0 answers

Extract tables from pdf using anchor using Document Understanding in UiPath?

I am trying to extract tables from pdf files. I am using UiPath's Document Understanding for this purpose. I have to create a template for this purpose and then use that template for other similar invoices. The issue I am facing is that the number…
spectre
  • 717
  • 7
  • 21
1
vote
1 answer

How do I fix problems with server certificate for Sending SMTP Mails on UiPath?

I am trying to use UiPath to Send SMTP Mail Message. For my gmail account I am using those detailes: Port: 587 Server: "smtp.gmail.com" SecureConnection: StartTlsWhenAvailable I have less secure apps allowed, there are no typos + I've already tried…
1 2
3
14 15