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

Text extraction using Matches activity

I have a text file with data in it, I need to extract the data using Matches activity and pass it to an Excel. My text file contains ------------- Identifier :0 MT : 24 Sender : abc Receiver : tyh Send/Date : 02 February 2014 Send/Time :…
0
votes
0 answers

'Error HRESULT E_FAIL has been returned from a call to a COM component' while setting text on password field

I have a bot to fillup the form on below URL https://signup.gmx.com/#.1559516-header-signup1-1 For filling the password field, I am generating a string randomly and trying to fill it using 'Set Text' activity but it fails with below error Set Text…
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…
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

Ui path error while writing cell activity

Expression Activity type 'VisualBasicValue`1' requires compilation in order to run. Please ensure that the workflow has been compiled. how to solve this error
Potato
  • 1
  • 1
0
votes
1 answer

UiPath Scope Activity simulate try catch activity

In a Scope Activity made in C#, I would like to prevent any exception to propagate to upper layer, a bit like the native try/catch activity. Here is my code : protected override async Task>…
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
0 answers

Unable to open/read large sized excel file (.xlsx) of size>110MB

I downloaded a excel file (.xlsx) of size>110MB using API (http request) and tried to read the file using workboook read range and Excel application scope read range activity in Uipath. but I get error that 'file has corrupted data'. I tried a…
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

Can UIPath bot be setup and run on Mac OS

Can UiPath work on Mac OS? (i.e., A) can automations and bots be setup on a Mac and B) can they be ran on a Mac?) Thank you very much.
0
votes
0 answers

How get the values from combobox to the main file to executed some function UiPath Custom Activity

I am trying to create a custom activity in the visual studio for UiPath. My visual studio code contains an ActivityDesigner for the interface. I have created that, but I cannot get value from the Combobox to the main file where the execution…