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

Uipath: Robot status is always disconnected

I installed Uipath Studio Enterprise Trial Edition 2018 on a Windows 10 home machine and I am trying to connect a robot to orchestrator community edition (2018) but my robot status is always disconnected in orchestrator I did the following steps…
Olfa Fdhila
  • 119
  • 2
  • 9
2
votes
1 answer

Uipath: Connecting a robot to the Orchestrator Issue

I am using Uipath Enterprise Trial latest edition on a remote Windows Server 2008R2 Standard. I am trying to connect a robot to orchestrator community edition and I am getting the following error when I click on connect to connect the robot: "An…
Olfa Fdhila
  • 119
  • 2
  • 9
2
votes
1 answer

Can't multiple edit in "Run Task" path using Automation Anywhere

I know there's a feature in AA that can you can multiple edit the values of Keystrokes, Object Cloning, Object Properties and Delays. Is there any solution on how to fix within this problem? I can't afford time to search and look for all of lines…
davinceleecode
  • 777
  • 3
  • 10
  • 31
2
votes
1 answer

How to access the .NET code used in UiPath?

Is there a way to see some code, when writing automation with uipath? I have the following in UiPath Studio: Is there a way to see the code that looks like this or something similar in c#: Sub Main Dim year as Integer year = InputBox() …
Vityata
  • 42,633
  • 8
  • 55
  • 100
2
votes
1 answer

Automated tests in RPA

I'm not very familiar with a concept of testing in programming languages although I know the basic idea and some of the principles to test your code like unit tests and stuff. I haven't written any tests myself yet but the general idea is more or…
MGMKLML
  • 39
  • 6
2
votes
1 answer

How to check xpath element exist in webpage using workfusion studio?

Check xpath element exist in opened webpage using workfusion studio conditional action. Currently i'm using webelement Actions Library to login on specific website. its working fine. But when i already logined then its give me an error on login…
Vishal Bareja
  • 128
  • 2
  • 11
2
votes
4 answers

How to append to a list in Automation Anywhere 10.5?

The list starts empty. Then I want to append an value to it for each iteration in a loop if certain condition is met. I don't see append option in Variable Operation.
Catiger3331
  • 611
  • 1
  • 6
  • 18
2
votes
4 answers

RPA-Automation Anywhere

I want to read all the unRead mails from the mail using "Email Automation Command" and extract the 'from mail', 'subject' and insert into the excel sheet. I am able to read all the unRead mails from mail and subject but here each mail data is…
2
votes
3 answers

Blue prism automation

I’m automating importing VBOs to blue prism. I’ve developed successfully up until the final screen where one has to click the “finish” button. Even as a user clicking enter on my keyboard does not work. Please assist - perhaps there’s a shortcut I…
user9790437
2
votes
2 answers

Need Clarification on Uipath Licensing

I need information on UiPath licensing. Let’s say I’ve 2 bots and I want to run these 2 bots in parallel in 20 different VMs. So, in these cases do I need to have 2 bot licenses or 20 bot licenses?
Rojer Feds
  • 77
  • 3
  • 9
2
votes
2 answers

Access DOM elements using Javascript in automation anywhere

I would like to know how do we access an element (for ex -by classname) in JavaScript that is used with run script option in Automation anywhere for a specific website. The normal JavaScript operation with variables work in AA but if i try using DOM…
siddhant749
  • 25
  • 1
  • 8
2
votes
0 answers

ACE.OLEDB.12.0 - Sharepoint Connection Invalid Argument

For one of the project I make, I need to retrieve list from Sharepoint using OleDB. Below you can see the code I use: string ConnectionString =…
banneh
  • 77
  • 2
  • 9
2
votes
3 answers

BluePrism - Selecting HTML row

Recently i started working on RPA - BluePrism and i am stuck at one place and not able to proceed further. I have a HTML table and no of rows is dynamic based on search criteria. i am able to get the rows values in a collection. But the problem is…
dhasan k
  • 129
  • 1
  • 3
  • 10
2
votes
1 answer

BluePrism Java app: Error while spying the element Index was outside the bounds of the array

System.ApplicationException: Exception getting Java Identfier KeyBindings Exception: Index was outside the bounds of the array. at BluePrism.AMI.clsAMI.Spy(clsElementTypeInfo& elementType, List`1& identifiers) at…
Rojer Feds
  • 77
  • 3
  • 9
2
votes
2 answers

UI path Robot Manager

Is UiPath robot tool available with free UiPath Community Edition? I tried using UiPath Studio and Orchestrator but I'm unable to see my published files on Orchestrator, because UiPath Robot is not there on my system. Does is require license or full…