Questions tagged [rpa]

Robotic process automation (RPA) is a technology based on the notion of software robots or artificial intelligence workers.

Robotic process automation (RPA) is a technology based on the notion of software robots or artificial intelligence workers.

RPA software vendors include:

  1. Automation Anywhere
  2. BlackLine
  3. Blue Prism
  4. Datamatics
  5. EdgeVerve
  6. HelpSystems
  7. Kofax
  8. NICE
  9. Openspan (acquired by Pegasystems)
  10. Verint
  11. UiPath
  12. WorkFusion
  13. Fusion from Exilant Technologies Pvt. Ltd.
713 questions
2
votes
1 answer

GetAsTable Issue - Intellibot RPA

I am giving input as string on clipboard component and I used getAsTable after that but it is not working, output is coming null.
2
votes
1 answer

Blue Prism - Not able to spy elements - Browser Firefox

I have an issue with spy Browser mode in Firefox. I have designed a new RPA process on Dev machine where I have spy in Browser mode (in firefox) web page. On my Dev machine the Browser mode is working good and the process runs very good. The issue…
Mirosław Gądek
  • 118
  • 2
  • 10
2
votes
1 answer

How to read row details of a GuiTree control using GUI Script

I need to read a specific column value of the last row of the below Variant table in SAP GUI. When I record the script to navigate through the rows of the table, I get below lines. I need to extract specific cell value. Manually, I can copy and…
udani
  • 1,243
  • 2
  • 11
  • 33
2
votes
8 answers

UIPath - Schedule without Orchestrator

Im working at a company where we are currently implementing RPA as a part of a pilotproject. We are looking into purchasing the correct licenses from a consultancy, but there are one thing we can't seem to get solid information on. We need to…
AlbaTroels
  • 290
  • 1
  • 4
  • 20
2
votes
1 answer

Getting this Error in Orchestrator in UiPath Exception HResult Code : -2146233088

While trying to run the BOT from the Package deployed on the Orchestrator we are getting the below error, multiple times. But when trying to run from Uipath Studio or from the Tray we are not getting any error. The Error as shown below Reason:…
KHV
  • 145
  • 2
  • 4
  • 19
2
votes
1 answer

Is it possible to create 2D array in g1ant?

I have worked on lists in g1ant but lists are 1D array, now I want to work on 2D array but I don't know how to do that it g1ant. Is there any way of doing it?
2
votes
2 answers

Custom addon not displayed in the addons menu in G1ANT studio

I am trying to create a new addon but the addon is not being displayed in the addons menu in G1ANT Studio. Even other addons installed from the marketplace are also not displayed. I am using the latest version. I have tried running G1ANT studio as…
VIGNESH N
  • 208
  • 1
  • 7
2
votes
2 answers

How to update DLL in automation anywhere using metabot

How to update DLL in automation anywhere using metabot. When i am replacing old DLL with updated one its not working. metabot still using old DLL. i have tried to replace old dll with new one but not working.
rajesh negi
  • 59
  • 1
  • 11
2
votes
3 answers

Is there any way to get value from specified position From List variable Automation Anywhere?

I want to get a value from particular location from list variable. Right now what i see is it only uses loop to iterate over in Automation anywhere. SO is there any way to get value from a specified location?
2
votes
1 answer

When bot is run throuh Studio, Firefox is launched, but through Orchestrator IE launched

I have set the Browser Type as Firefox in Uipath studio (both for Open Browser and Attach Browser activities). Also default browser in the system is Firefox. Now, when the bot is run from UIPath, Firefox is launching. But when I run the same bot…
Jay
  • 51
  • 2
  • 4
2
votes
2 answers

How to extract data from Google Chrome JavaScript Alert Popup using UiPath

I want to extract the text and then click a button in a Google Chrome JavaScript Alert popup using UiPath. Specifically, I am having trouble with the following: What is the selector to target the dialog and how do you find this? What is the…
Cristophs0n
  • 1,246
  • 3
  • 19
  • 27
2
votes
2 answers

Spying Web application - Wildcards in Path Attribue does not work

Every time I try to use Wildcards (*) to dynamically refer to HTML element I receive exeption: Error - Highlighting results - Exception has been thrown by the target of an invocation. In attached example I'm trying to find Input, using dynamic…
Michał Plich
  • 175
  • 4
  • 15
2
votes
1 answer

Cannot get Web Element by xpath collection (Workfusion)

In Workfusion I am iterating all elements in a HTML page that are to be found by xpath: //*[starts-with(@id,"FormView1_hidRevElement")][${i}] When ${i} = 1 I get what is expected but not when ${i} > 1. In the HTML page I have elements…
Feliks
  • 33
  • 7
2
votes
2 answers

uipath "for each" being time-consuming

i implemented a normal 'for each'-Loop (not the excel specific for each row) in my UIPath Project. The for-each Loop looks through a datatable with previously retrieved data from an excel file. The for-each-loop then itererates through the Data…
franz909
  • 182
  • 2
  • 15
2
votes
1 answer

Find two sum function in Java for Testdome

I am trying to solve a problem in testdome online exam for Java. /* Problem statement: Write a function that, given a list and a target sum, returns zero-based indices of any two distinct elements whose sum is equal to the target sum. If there…
Jeet Dey
  • 33
  • 1
  • 3