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

UiPath selector not work in Google Chrome alert message box when extracting data

I have to try the extract data from Google Chrome alert message text. But when I use Get Text activity and click on Indicate On Screen alert box not highlighted. Whole browser windows selected highlighted instead of. I have stuck to extract…
Saket Yadav
  • 967
  • 1
  • 10
  • 23
1
vote
3 answers

How to Pass message from Uipath to the web browser

I am facing an issue in following activity: I'm comparing the data in Uipath After compared data, I will get the result Now send this result or message back to the web page using Uipath.
user8995182
  • 175
  • 3
  • 6
1
vote
1 answer

combine split numbers

I would like to screen scrape a few user details including the handphone no. from one application and paste the details into another application. There's a spacing in the handphone no. e.g. 8123 4567. I would like to remove the spacing and paste…
1
vote
2 answers

Uipath(RPA) : read data from the PDF file and write to Excel file

I'm trying to convert the PDF file to excel file in Uipath(RPA). eg, PDF file like Bank statement, Invoice
user8995182
  • 175
  • 3
  • 6
1
vote
1 answer

Reading/Converting PIPE delimited txt file using VB.net

I have a pipe delimited file with an extension txt. I am using UiPath invoke code (basically I am using VB.net coding) to either read the file into a datatable variable. While Uipath has inbuilt activities to read CSV files, it doesn't work for many…
1
vote
1 answer

Opening a sequence

I am currently using the Uipath Studio Community Edition, is there a way to use a sequence from a process in another process. I cant seem to find how to do it. The process only allows me to save an existing sequence but not open another sequence.
the_big_blackbox
  • 1,056
  • 2
  • 15
  • 35
1
vote
1 answer

Addding variables to URL navigate to element UiPath

I added 2 variables (john, santa123) from input dialog box and then tried to navigate to a url from a browser scope. Following is the navigate to URL. "https://abcd.com/un=&username&pass=&password" I'm unable to navigate to the input values.…
MnZ
  • 207
  • 3
  • 17
1
vote
3 answers

Microsoft Office 365 Scope activity - Office365message getting Subject of a Mail

I use the Microsoft Office 365 Scope activity. But I need the Subject and the body of that mail. Btw I cannot use the other activity "Get Outlook Mail Message" because I need the query parameter of the GetMail activity. So as you can see from the…
kwoxer
  • 3,734
  • 4
  • 40
  • 70
1
vote
4 answers

How to replace DOUBLE_QUOTE " Character in uipath

I am new to UIPath and having too trouble in replacing Double quotes, can anyone please help?
1
vote
2 answers

UiPath: How to set default values to a String[] variable

I have an exception when I'm trying to launch my workflow. It cames from my array declaration where I apparently don't have the right syntax. My syntax really looks like the one used in the UiPath tuto I follow : The tuto syntax: My syntax: I…
Manon
  • 89
  • 1
  • 13
1
vote
1 answer

Data scraping: How to read all table content from multiple pages (using next page)?

I am trying to scrape data from web page with (UiPath) Data Scraping wizard. The table is well structured and on first click suggest to read whole table. I want all the data, so I set MaxNumberOfResults to 0. ExtractData setup Next button was…
Lukas
  • 17
  • 1
  • 11
1
vote
1 answer

Values not getting added in Add Datarow activity in UI path

I am trying to add certain values in the Add datarow activity in the UI path from the ArrayRow input. But when i pass the values example {"1","2","3"}, it shows error ';' expected. And when I run the application I get a runtime error. attaching…
1
vote
2 answers

VBA - How to convert and IEnumerable(Object) to String

I am creating a UI Path bot and using the Excel Read column activity to read contents of a column. I want to use this as text to use somewhere down the line but now the Excel read Column activity outputs an IEnmerable(Object) and I want to pass this…
1
vote
1 answer

Is there a way to count dynamic table rows in citrix/image env in UIPATH

I am doing automation to download all document by customer. i am having trouble with counting total rows in table because it is image based env. you can see the following image i have tried to find selectors, but there is no selector Can any body…
0
votes
0 answers

Could not load file or assembly ‘PdfSharp, Version=1.51.5185.0,The system cannot find the file specified

I'm making custom activity for UIPath which needs PDFSharp dependencies , i have added the dependencies for the PDFSharp but dont know what to do for assembly reference this problem is coming with windows compatiblity of the project but not with…