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

Not able to Select Image in Google Image Page using UiPath

I am not able to select Image in Google Image Page in UiPath. Tried all selector and Identifier. But I am not able to select Image in Bigger Mode. Please help
Rahul
  • 117
  • 1
  • 14
0
votes
2 answers

Formating by column header instead of alphabet

I want to do some column formatting but column position is changing every time so how can i use column header instead of Column Alphabet ? Sub Excel_Format() Columns("J:J").Select Selection.NumberFormat = "0" …
0
votes
0 answers

unable to filter/query box api response?

I am working on filtering of box folder for that I have tried to filter box folder using query (?q=name=folder name) but using this I am unable to get required filtered/queried result. Using query based on "NAME" or "ID" parameter I am trying to get…
Rahul
  • 1
  • 1
0
votes
0 answers

How to use Scope Trigger in UIPath StudioX?

I’m using StudioX and I need to upload a file from my local OneDrive to a site that we are using in my enterprise, and I need to launch the Robot when the file is added to my local OneDrive! If it's possible to use trigger scope in UIPath StudioX…
0
votes
0 answers

UiPath Studio: Invoking PowerShell Script - For-loop is generating " Object reference not set to an instance of an object"

I wrote a PowerShell script that takes a .NET DataTable as an input parameter and inputs the the row items into SAP GUI. The script itself works just fine when executed through PowerShell, however when attempted to be invoked through UiPath Studio…
tmccaffrey
  • 35
  • 5
0
votes
1 answer

Not able too perform any activity after successfull login page automation in UI path Studio

after successfull login automation when its redirects too dashboard page i am not able too perform any activity on dashboard page using UIPath Studio i was trying too perform click activity on dashboard page elemnts
0
votes
0 answers

Uipath get data from an updating invoices on a website

I'm using Uipath studio and I want to get text from an updating invoices on a website, I want the robot to get the text from the new invoices only and save it an an excel sheet. How can I do it? I tried get text but it's not dynamic
0
votes
0 answers

Multiple Regex Matches in different Documents of the same type

So i have a lot of different Documents. And alot of the Same Type of content. I need to get data out of every document, the problem now is: I have multiple Documents of the Same Type, like Multiple applications, so now i need a Amount like a Price…
Eric
  • 1
0
votes
1 answer

UiPath how to retrieve all column names from Excel

I am trying to retrieve all the column names from an Excel file in UiPath and store all of them in an array, does anyone have any ideas?
0
votes
1 answer

(vb.net) Convert Mail Attachment to Base64 String

Working in vb.net within UiPath Studio, I have a mail attachment object (System.Net.Mail.Attachment). I want to directly convert the attachment to a Base64 string. Is there a way to accomplish this, perhaps by utilizing the ContentStream method?
caseodilla
  • 73
  • 1
  • 1
  • 6
0
votes
1 answer

UiPath Select Activity - Error HRESULT E_FAIL has been returned from a call to a COM component

I am using UiPath Studio 2022.4.5 on an Azure instance when using a Select activity to select a drop down value on a Peoplesoft application page in Chrome browser. I am using the modern experience. I have checked the Chrome browser version and its…
VC1
  • 1,660
  • 4
  • 25
  • 42
0
votes
1 answer

Getting an error with filtering property in Get outlook Mail Message

I am getting this error message in a UIPath statement: Get Outlook Mail Messages: Cannot parse condition. Error at "@SQL=(("http://schemas.microsoft.com/map...". This is my code: "@SQL=""http://schemas.microsoft.com/mapi/proptag/0x0037001f"" like…
alvin
  • 1
0
votes
1 answer

How to read gmail inbox messages and extract the data from the email in a word/excel folder using UiPath?

I'm using gmail account to extract the data, from the body of the mail and I want to store that data in a word/excel folder. Can someone explain the process to achieve this? The email body would be like this: Hello! First name John Last…
George
  • 1
0
votes
2 answers

Data scraping from web for custom pages UiPath RPA

I am scraping from web (A book website), so looking for a dynamic way to extract the data from page 5 to 7, I don't know how many pages my search will have every time. It will be difficult to count the whole data. I am trying to extract from each…
0
votes
1 answer

UiPath - how to use variables in switch/case

I'm just curious about switch/case in UiPath. Everywhere else in UiPath, strings must have double quotes or stored in variables, however in switch/case, it seems different. Every "case" is interpreted as string, regardles of the quotes. How to use…
toffler
  • 1,231
  • 10
  • 27