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
1
vote
1 answer

How do we check in uipath if PDF file is a 1st generation Document?

Is there some way or activity in UIPath where in we can check if a PDF file is a 1st generation Document? An idea or help would be much appreciated. Thank you.
user12929912
1
vote
2 answers

How to fix the UiPath Invalid Machine Key Robot Error?

When I try to connect to UiPath Orchestra from the Assistant I get an Invalid Machine Key error. I do have the correct machine key as you can see from the matching values in Orchestrator and the Assistant. Any idea how to fix the UiPath Invalid…
1
vote
2 answers

How do you set the screen resolution for a UiPath robot?

Every time my robot runs it captures the screen at 800x600 resolution. The system is capable of 1920x1080. How do I configure my UiPath robot to run at 1080p or even 4K screen resolution?
1
vote
1 answer

How to extract the data value from a UiPath QueueItem in Studio?

I have added Itens to my UiPath queue but I can’t extract the data when I pull from the queue. I can loop through the QueueItems and even set the transaction to SUCCESS but I can’t figure out how to get the data in the QueueItem?
1
vote
1 answer

UiPath says to check if robot service is started with InvalidOperationException

I have rebooted my computer and when I try and run my UiPath Sudio project that was working fine yesterday, I get a Runtime execution error saying Orchestrator information is not available and to check if the robot service is started. Any idea why…
1
vote
2 answers

Cannot load Assembly while installing package in uipath

I've created a custom activity in Visual studio using UiPath Activity Creator. In this activity I'm working with Entity Framework core and connecting with database. I published my project successfully and when I try to install this package in UiPath…
Maryam
  • 357
  • 1
  • 5
  • 16
1
vote
1 answer

How to use UIPath to make a video loop through say 100times?

Is there a way to run or loop a video 100 times using UIPath?
Carolyn Cordeiro
  • 1,525
  • 3
  • 11
  • 26
1
vote
1 answer

UIPath - Unable to get Text from UI

I am trying to capture Text from UI. However in inspect element tool the text is missing. Text is coming from some other div. When I indicate elements from UIPath it says validated but inside the element the text is not there. It's somewhere in…
Unicorn
  • 295
  • 3
  • 10
  • 24
1
vote
3 answers

How to Pass message from Uipath to the web browser

I am facing an issue in following activity: I'm comparing the data in Uipath After compared data, I will get the result Now send this result or message back to the web page using Uipath.
user8995182
  • 175
  • 3
  • 6
1
vote
1 answer

combine split numbers

I would like to screen scrape a few user details including the handphone no. from one application and paste the details into another application. There's a spacing in the handphone no. e.g. 8123 4567. I would like to remove the spacing and paste…
1
vote
1 answer

Addding variables to URL navigate to element UiPath

I added 2 variables (john, santa123) from input dialog box and then tried to navigate to a url from a browser scope. Following is the navigate to URL. "https://abcd.com/un=&username&pass=&password" I'm unable to navigate to the input values.…
MnZ
  • 207
  • 3
  • 17
0
votes
1 answer

Need to change the lookup column in LINQ Vlookup in UiPath

I have the lookup value in the 11 column. While executing the below code it picking up the first column of my input excel file. So i need to change the lookup value from 1st column to 3rd column(example my source lookup value is in 3rd coulmn).in…
Arunkumar
  • 37
  • 1
  • 7
0
votes
0 answers

UiPath Assistant no longer opens

I recently just started using UiPath and it as been smooth sailing until 2 days ago when I tried to open UiPath Assistant and it no longer opens and doesn't show an error message, I have tried reinstalling but it still does not work, this problem…
0
votes
0 answers

How to trigger a UiPath's automation via an HTTP request and display the extracted results via the robot in the JSON response?

I have built a UiPath's workflow/automation which extracts specific fields of a pdf. I wish to deploy it to a server and trigger that UiPath's job/automation via an HTTP request and deliver the extracted fields of a pdf in JSON format. The web…
0
votes
0 answers

Uipath legacy Google suite activities not compatible with Windows type project

Is there a way to come-up with packages to reuse google suite activities from legacy project to the windows type projects? Working with google sheet activities and they are working in the windows legacy project but not able to reuse them in windows…