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

Need to change the lookup column in LINQ Vlookup in UiPath

I have the lookup value in the 11 column. While executing the below code it picking up the first column of my input excel file. So i need to change the lookup value from 1st column to 3rd column(example my source lookup value is in 3rd coulmn).in…
Arunkumar
  • 37
  • 1
  • 7
0
votes
0 answers

UiPath Studio - Cannot acquire a license

I installed UiPath Studio from the tutorial. I assume this is the community edition. I followed the instructions though they may be a bit dated. When I attempt to open Studio from my desktop and click "Sign In", I get an error message "Cannot…
werkhardor
  • 53
  • 5
0
votes
0 answers

"Get Outlook Mail Messages: The specified folder does not exist" error in UiPath Studio debugging

I have just started learning UiPath and currently completing their online beginner level training. In the Get Outlook Mail Messages process I put everything correctly and yet get this "Get Outlook Mail Messages: The specified folder does not exist"…
0
votes
0 answers

UiPath Assistant no longer opens

I recently just started using UiPath and it as been smooth sailing until 2 days ago when I tried to open UiPath Assistant and it no longer opens and doesn't show an error message, I have tried reinstalling but it still does not work, this problem…
0
votes
1 answer

Argument 'ArrayRow':BC30333: Value of type 'Integer()' cannot be converted to 'Object()' because 'Integer' is not a reference type

I am Facing this error in UiPath Automation. Argument 'ArrayRow':BC30333: Value of type 'Integer()' cannot be converted to 'Object()' because 'Integer' is not a reference type I am trying to add ArrayRow Argument (Example:- {x,y}). then this error…
ben ben
  • 5
  • 3
0
votes
0 answers

Uipath legacy Google suite activities not compatible with Windows type project

Is there a way to come-up with packages to reuse google suite activities from legacy project to the windows type projects? Working with google sheet activities and they are working in the windows legacy project but not able to reuse them in windows…
0
votes
1 answer

Detailed Steps For Read Date From Excel and How to Set Or Write in Google Form Datepiker (DateField) in UiPath?

I need detailed step by step Automation for read the date(dd/MM/yyy) from the excel and write or set in Google form date field. in excel Date was stored in dd/MM/yyyy(01/03/1996) formate. i didn't get how to get and write in google form date field.
ben ben
  • 5
  • 3
0
votes
0 answers

Using Else If statements UIPath

Hie Devs i have attached one screen shoot for the pdf i have that contains a list of checkboxes under the section written “Package Selection” …so under this section a user ticks a particular package that they want e.g Basicare ,Private etc if there…
xolani
  • 1
  • 1
0
votes
0 answers

Automation using uipath studio

Actually,I tried to automate the process like selecting the url link based on alert symbol which is appeared on the same row in website. I didn't get any idea how to code for it.. I need someone help to resolve it I expecting some of concept or code
0
votes
1 answer

Extract table data from the hyperlinks in a column on a website using UI Path

So I have a website which has table data (4 columns and 50 rows per page and 10 to 15 pages of data and I can navigate through each page to scrape and get this table data into an excel) My use case is, there is a column within this table which has…
Shankar
  • 27
  • 4
0
votes
0 answers

Issue with UiPath Assistant

My UiPath get updated to latest version 23.2.0. every thing is working fine even after updating to latest version but my UiPath Assistant is working fine in only system. IN remains system's it not working properly when bot start its running the job…
0
votes
0 answers

Go through all the chats in a messaging app

I’m designing a bot which will read the queue items and then in a chat app it will take first item(for ex “hello”) type in the search box and all the chats which contains that specific keyword will appear. So next i have to open the chat, copy the…
AH_98
  • 1
  • 1
0
votes
0 answers

Output UiPath - Get Mail: Code: generalException Message: An error occurred sending the request

I'm facing some problems in the Office 365 "get mail" activity. I inform you, it was working before, but now it's having problems. And the same code is running no problem on my friend's pc. Output Output Test bench Test bench - Get Mail Properties…
0
votes
0 answers

UIpath package for report generation

Is there any package in Uipath to generate reports . Is there any package in uipath studio to generate reports .
0
votes
0 answers

Uipath: Send email using Office 365 with multiple attachments

I have created a workflow to send emails with multiple attachments using Office 365 scope. The below is to attach all the Excel files located in a folder. Now the problem is if the attachment is 100-1400 KB the email sends but when the attachment…