776 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 ...
2
votes
1
answer
152
views
UiPath CLI - github deployment to uipath cloud
I am currently working(fighting) with UiPath CLI (version 23.10.8753.32995) in order to pack my project and later on publish it to the orchestrator.
Background: We are using Github Enterprise with SSO,...
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 ...
0
votes
1
answer
116
views
SAP Configuration in GUI
We are currently developing the bot to automate the manual process across various applications. However, we are encountering an issue with the SAP configuration related to the scripting settings, ...
0
votes
1
answer
51
views
Dosusign API x-www-form-urlencoded body
I am having a basic query related to Docusign API. This query is more of API related rather than Docusign related. I am following this video for querying docusign API. Here at timestamp 5:44, the API ...
-1
votes
1
answer
486
views
ERROR [HYT00] [Microsoft][ODBC Driver 17 for SQL Server]Query timeout expired
I have multiple bots created with Uipath. Those bots are performing bulk update operations (I am using the activity) in the following table:
The database is located in a SQL server and my bots are ...
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 ...
0
votes
0
answers
56
views
How to select only necessary info in table extraction using uipath?
How to extract the only needed info from a web page using uipath table extraction. When I try to select the specific info the other unwanted info is also selected due to its similar pattern as the ...
2
votes
1
answer
93
views
How to return optional regex groups from long string?
I wanted to say thank you to all help so far just from referencing all the help from you guys on here. Thank you.
I am starting a new position in my job and it involves a ton of regex(which I am new ...
0
votes
1
answer
33
views
Randomize selection of follower via uipath
I want to open a predefined account and follow randomly chosen accounts from the follower list of this specific account. E.g. open the account "xyz" go to the follower section and randomly ...
1
vote
1
answer
26
views
i have to click on button using js ,unable to do it
body > div.ms-Layer.ms-Layer--fixed.root-213.fui-FluentProvider1 > div > div > div > div > div > div.progressList_4e66cf7f > div > div > div > div > div > div &...
0
votes
1
answer
380
views
Cannot communicate with UiPath Platform The native part of the extension is not configured correctly. Re-install the extension from UiPath Studio
I am trying to use Chrome for Uipath Automation but I am not able to use getting the below error on Chrome extension while trying to use Chrome
**
Cannot communicate with UiPath Platform**
The native ...
-1
votes
1
answer
393
views
Is it possible to run uipath process using python
I created a ui path process which login to a website and downloads the data. Now I want to automate the process and it should trigger everyday and should download the data. I tried using uipath ...
0
votes
2
answers
3k
views
Comparing two Strings and display percentage match
I work as a project planner. And I receive submittals for project ideas regularly. And some of these ideas have been rejected previously.
However, customers sometimes re-submit these ideas repeatedly, ...
1
vote
1
answer
1k
views
How to keep Azure VM unlocked when close the RDC connection?
I am running the UiPath Community Version on my Azure VM. I have scheduled some processes on the machine. The problem I am facing is that when I close the RDC connection, the machine gets locked ...
0
votes
1
answer
130
views
How to send data between Class Library and Winforms (both are different projects)
I'm currently working on a scenario where I am developing an activity for UiPath. The class library is a project setting where I am creating this activity. Specifically, for this activity, I am using ...
0
votes
1
answer
84
views
UIPath and desktop Application
I would like to automate a process between excel and a desktop application . It will feed data from the excel to the application. Is UIpath the right tool to use or is there a better tool.?? Please ...
-1
votes
1
answer
626
views
how to rearrange excel sheet in alphabetical order based on sheetname,but i have one specific rule if sheet name contain "YTD" then its always 1st
Help me to rearrange excel sheet in alphabetical order based on sheetname,
but i have one specific rule if sheet name contain "YTD" then its always 1st
and if we have number 0 then it will ...
0
votes
0
answers
383
views
Execute a async method in Invoke Code of Uipath
Objective: Move a Mail into an Outlook subfolder that does not exist. That is why I have to create that folder and subfolder in Outlook.
Possible solution: I decided to try ExchangeWebservice to ...
1
vote
0
answers
345
views
Using (VB.NET) LINQ in UiPath to Group multiple columns
I am trying to GroupBy with LINQ. Simple enough, I can do that with one or more columns. The problem I am facing lies with grouping 5 columns that may contain the same data on different rows - if ...
-1
votes
1
answer
756
views
how does Uipath's 'Write Range Workbook' work?
I want to know what is different between 'Write DataTable to Excel' and 'Write Range Workbook'.
As far as I know, 'Write DataTable to Excel' works as api and 'Write Range Workbook' modifies what's ...
0
votes
1
answer
127
views
My int32 var is, apparently, an object. I can´t do var += thatInteger
variable curValueMonth shows error. Apparently, is an object (can't add +) despite the fact that the list is of int32 type. The weirdest thing is that I copied this from another workflow where it ...
0
votes
0
answers
47
views
Shortcut key for opening export window?
i want to know is there any shortcut key for table export in output data window
right now if we want to export a table we have to do this Output Data --> Right Click Table Name --> Share --> ...