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

Deletion of sent mail from outlook

How to delete sent mail from outlook using UiPath? I used Delete Exchange Mail Message activity to delete the mail message. I got an error Delete Exchange Mail Message: Invalid URI: The format of the URI could not be determined. Is there is any…
learner
  • 9
  • 5
-1
votes
1 answer

Address Extraction

I want to extract the all addresses from this string. The regex should be generic. Input string: ABC MEDICAL CENTER PO BOX 134 WILSON, NC 27234 SIVER BANK 4235 EXECUTIVE SQ STE 140 LAY JOLLA GA 22037ABC MEDICAL CENTER PO BOX 134 WILSON, NC…
learner
  • 9
  • 5
-1
votes
5 answers

Finding closest date from a list of dates comparing to DateTime.Now

I am trying get the closest date from a list of DateTime. I want to compare the DateTime item present in the list to DateTime.Now and get the closest date. So far I tried: DateTime.Compare(item, DateTime.Now) but this doesn't work in UiPath as I am…
Rajat Pandit
  • 63
  • 2
  • 9
-1
votes
1 answer

how to scrape dynamic web pages using ui path studio

I tried web scraping reviews from a website called https://mmb.moneycontrol.com and the reviews posted on this website are loaded dynamically. The amount of reviews scraped are 40 only i tried changing the "MaxNoOfResults" variable to higher value…
-1
votes
2 answers

UiPath Studio version control: Git vs. TFS

I'm currently working on the Topic UiPath - Version Control. I saw that I can connect the studio via Git, TFS and SVN. From my understanding, TFS is nothing else than Azure DevOps and Azure DevOps is using Git as technology. So now my question: Is…
demed
  • 13
  • 1
-1
votes
2 answers

download data from website using uipath RPA

I have automated the login and getting to the downloading page where i have some pdf's which i want to download. These pdf's are dynamic ,sometimes there are 10 sometimes 100 ,it changes everyday.i want to download those pdf's . please find the…
DataDoctor
  • 113
  • 1
  • 3
  • 11
-1
votes
1 answer

Scrape Field Value Data from PDF using UIPath

I want to scrape data from the “w2 form” (pdf) so that i can use it to save into database but not able to get field wise data. I have tried “Read PDF text” which reads the whole document fetches all text but i want to find field wise values…
SK IRT
  • 127
  • 1
  • 11
-2
votes
1 answer

In vb.net, argDatD.Select(argDatD.Columns(1).ColumnName + rowS(0).ToString, String.Empty).ToArray, Can you please explain this line?

Dim rowD As DataRow() = argDatD.Select("No="+ rowS(0).ToString, String.Empty).ToArray Please Explain the Code Snippet. I need to modify argDatD.Select("No="+ rowS(0).ToString, String.Empty).ToArray. Such that there is no column name in…
abhishek
  • 9
  • 3
-3
votes
2 answers

Error in UiPath project with Outlook Mail Message: System.ArgumentException

I’m trying to use Get Outlook Mail Message to export date and subject of the email but I keep getting this error: Source: Get Outlook Mail Messages Message: The specified folder does not exist Exception Type:…
-4
votes
1 answer

Data Scraping RPA - UiPath

I'm trying to scrape data in UiPath Studio, but not the regular single/multiple page data scraping. I want to scrape the data of every single element. E.g: If I search Iphone on Amazon it will give tons of records. What I want is to enter in each…
1 2 3
14
15