223 questions
0
votes
2
answers
31
views
UI Path unable to build column using Build Data Table activity
In some Windows 11 machine, the Build Data Table activity is coming as shown in the image attached. We are unable to add the columns. We have downgraded the UIPath.System.Activities to 25.10.0 but the ...
0
votes
1
answer
195
views
Download PDF file from Webpage using UIPath
I currently have a work project that consists of input some fields, generating a certain PDF, and downloading it locally or to a G-Suite Drive folder. The problem is I can't get the automation (UIPath ...
-2
votes
2
answers
65
views
How to migrate UiPath automations from Firefox to Chrome without redoing everything?
I’ve been given a project where I need to test web applications using UiPath. Until now, all the tests were running on Firefox, but now I have to migrate everything to Chrome.
The problem is that the ...
1
vote
1
answer
61
views
UiPath Studio autopilot generates classic Activities
I'm testing UiPath Studio's Autopilot functionality and typed "Read Range from a excel file and write to a csv file". It seem generates a sequence using classic activities.
But I want to ...
1
vote
1
answer
121
views
Regex : How do I recognize multiple patterns in one expression to gather a string? (UIPATH)
PA Line Item02StatusAPPROVED
COS Code430Category of ServiceNurse
Units Allowed1Amount Allowed$0.00
PA Line Item03StatusAPPROVED
COS Code770Category of ServiceNurse
Units Allowed1Amount Allowed$0.00 ...
1
vote
1
answer
420
views
Add a new Header Row at top of existing Data Table in UiPath
I am struggling with how to add a new row at the top of an existing data table in UiPath. After going through documentations and tutorials related to data table manipulation, I couldn't find much with ...
-3
votes
1
answer
61
views
I want to get the colums and rows in loop to perform in uipath studio
enter image description here
in this excel sheet there are 470 colums and 67 rows here i want to filter the colums one by one and rows also
i want to use in uipath and ineed Linq query for do this i ...
0
votes
1
answer
518
views
Unable to update packages in UIPath Studio
I am trying to update some packages in UI Path Studio and am getting errors.
Backstory:
Studio is installed on a VM in our Citrix environment.
Error message:
NuGet.Protocol.Core.Types....
-1
votes
2
answers
847
views
When I use For Each in UiPath, it shows "Option Strict On disallows late binding"
First, I call an API endpoint to get the response, and I convert the response to jsonResult by using Deserialize JSON.
jsonResult is an object, with fields such as "code", "status",...
0
votes
0
answers
620
views
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 ...
0
votes
1
answer
600
views
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 ...
0
votes
0
answers
123
views
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 ...
-2
votes
1
answer
46
views
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, ...
0
votes
0
answers
2k
views
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.
...
1
vote
0
answers
262
views
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
0
votes
2
answers
87
views
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
...
0
votes
0
answers
265
views
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 (<api>?q=name=folder name) but using this I am unable to get required filtered/queried result.
...
3
votes
0
answers
208
views
UI Path Studio - Data Scraping - Cannot find pattern
This website (Palantir Foundry - which is a pay-only cloud service, so it is not publicly available) Seems to use some React Tables package that creates a table with headers (that one can sort, filter,...
0
votes
1
answer
175
views
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 ...
0
votes
1
answer
765
views
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
2k
views
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 ...
1
vote
1
answer
125
views
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 ...
0
votes
1
answer
671
views
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 ...
1
vote
1
answer
473
views
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 ...
0
votes
1
answer
603
views
Unable to use PowerBI .pbix file to Refresh report and save Cannot bring the target application in foreground because the Windows session is locked
I have been working on this automation that generates a report from an online ticketing tool and then stores the Excel report in a folder, from where the PowerBI file has to be opened. Once open, ...