Questions tagged [uipath-activity]

For issues relating to UiPath activities and errors relating to creating them

UiPath provide there own activities to accomplish most automation tasks however these activities can also be created using C# and imported into UiPath.

84 questions
0
votes
1 answer

Rest API Call in uipath

My requirement is to fetch the data from rest api data and store it in separate variable. I had the endpoint…
0
votes
0 answers

UiPath wont recognize textbox and other controls within Power builder forms

Facing issues in Power builder apps where in UiPath is not able to identify individual elements. It is treating the whole form as 1 elements only. Hence I am not able to automated. Is there any work around if anyone is aware of ?
0
votes
1 answer

Unable to get a UI Element i.e Registration Number from the website

I'm trying to get a registration number from a website, but it is throwing an error "Couldn't find the UI element corresponding to this selector". The closest match with 95% is the registration number that I'm looking for. How do I get it? Error…
BrawlX
  • 3
  • 3
0
votes
1 answer

executing sql query in UiPath to extract data from snowflake

I am using execute query activity in Uipath studio and writing the sql query like this "select * from SNOWFLAKE_SAMPLE_DATA where value=CALL_CENTER" to extract the table values from snowflake. where "SNOWFLAKE_SAMPLE_DATA" is the database and…
0
votes
0 answers

Marking File/Path Folder as required in order to proceed in Form Designer?

I’m making an interface where the user has to choose the path for two files. Everything works as intended BUT in order remove the user error (pressing the Proceed button without the files) I need to make the input fields required in order to be able…
Raul
  • 1
  • 2
0
votes
1 answer

How to read all media files and upload one by one?

In uipath process See small video : https://www.loom.com/share/02b00cbdb0854fe1b4e66766814ce90c I made process but it needs to tell every run file name from the excel sheet any method replace and no need excel data bot will automatically…
0
votes
0 answers

UIPath - Retry Scope ignored when Global hander is present

I have a UI Path process that interacts with a very dynamic webpage. I added the global handler in order to send an email with a screenshot whenever something completely unexpected happens and that works fine, the trouble is I've caught several…
Snowburnt
  • 6,523
  • 7
  • 30
  • 43
0
votes
0 answers

In Global Handler when i use SystemException in If condition then why SelectorNotFoundException not falling in Systemexception

Code ImageQuery 2 Image Query 1- I have used GlobalHandler.xaml file in my project and in GlobalHandler.xaml file i have mentioned condition in if statement like - errorInfo.Exception.GetType().Name.ToString.Contains("SystemException") then {Do…
0
votes
1 answer

How to get the dump/export of outlook's address book using UI-path or without UI-path?

I want to export all people from my address book to excel using UI-path. If possible or is there any other way to get the export of the outlook address book.
raj parihar
  • 25
  • 1
  • 7
0
votes
1 answer

How i can call uipath robot using wso2 using rest api?

Currently we are scheduling our robots using windows task manager. But in future we have to schedule our robots via wso2.Is it important to have an orchestrator? can we do without orchestrator ,is any alternate way? And if not then how to do using…
0
votes
0 answers

Unable to perform google sheet operation using API

I am facing a problem in deleting and inserting records in the Google sheet using Google Sheet API. Please find the error below. Delete Range: Google.Apis.Requests.RequestError Internal error encountered. [500] Errors [ Message[Internal error…
0
votes
1 answer

BOT won't take uipath orchestrator queue items after the 100 queue item count achieved, even the pagination value has been set

I'm trying to change the status of queue items which is more than 100. But once after reading 100 items BOT won't pick up the rest of queue items even if the pagination value (skip) has been set to 100. Here I have added all the images for more…
0
votes
1 answer

Assign Date to a variable and use it in UiPath

I need to extract the data of employees from an Excel sheet. The Excel sheet contains the DoB and I need to assign salary according to the DoB. The person born before 1995 will be credited a salary of 50000 and person born after 1995 will be…
0
votes
1 answer

How to replace using regex match in UIPath

I have a regex to filter data #Matches Result Homeowner's Insurance Premium ( 12 mo.) toAmerican Family $893.00 Insura Mortgage Insurance Premium ( mo.) Prepaid Interest ($5.99 per day from 10/02/2020 to 10/01/2020) -$5.99 Using for each…
Mr Dave
  • 35
  • 1
  • 6
0
votes
1 answer

How to open IIS through RPA UIPath

I want to open IIS through uipath, but whenever I use the "Open Application" activity for open IIS below errors are shown. So, what workflow I have to make to open IIS through uipath?