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
-1
votes
3 answers

Where will custom VBO objects stored in blue prism

I have uninstalled the SQL server used in Blue Prism and now i am not able to find the VBO objects created in Blue Prism.Will the VBO and process get stored locally?.
kiks
  • 11
  • 4
-1
votes
1 answer

Automation Anywhere - Can i run a bot on a machine if the Server or Control room is in the other place or location?

Is it possible to run a bot or task if the Server or Control Room is on the different location? for example the bots is in the building 1 and the server is in the building 2
-1
votes
4 answers

basic blue prism email login object

Trying to learn basic blue prism. I have made an object to login to my gmail account. It enters the page where mail id has to be entered. The email id gets entered and the next page appears where the password has to be entered. But in the writer…
-1
votes
1 answer

how can i add collection data to csv in blue prism?

i tried to add collection data to Comma-separated values but not able to do if any one can help me on this it will be great help.
Vinay Kumar
  • 47
  • 1
  • 2
  • 5
-1
votes
3 answers

How to change a particular column of an excel sheet in ui path

I have an excel sheet that has a data like this Position URL Company Location Developer /xyz/123/xyz ABC US Manager /xyz/132/asd ASD US Tester /xyz/142/asf ABD US I wish to capture all the url from…
Sam
  • 1,381
  • 4
  • 30
  • 70
-1
votes
1 answer

Citrix Automation using UIPath

I am working in different kind of UI Automation and need to explore Citrix automation, can anybody suggest any live example for citrix automation so that i can give it a try and explore. Thanks,
-2
votes
2 answers

Split/divide amount into bills and coins randomly

Before I reinvent the wheel, I wanted to find out if there is an algorithm that randomly divides an amount of money into bills and coins. e.g. I have an amount of 125.50€. possible 1st division: 100 € = 1 50 € = 0 20 € = 1 10 € = 0 5 € = 1 2 € = 0 1…
KenMasters
  • 401
  • 3
  • 8
  • 19
-2
votes
2 answers

Blue Prism - How filter a collection using NOT operator

I need to filter a collection that have "HoldingSubholding" column, that can have lot of different value. I need All the rows with the values except the rows that have value "A". How can I filter the collection? I would like to use EQUAL NOT, how…
-2
votes
1 answer

Isuue Regarding Login Agent

We are using Is Logged In action from Log In VBO to check if bot is logged in the VDI or not, this action was always returning True value on our development Machine, But this action Doesn't works on Client VDI it is always returning false. We are…
-2
votes
1 answer

ExcelLibrary - Robot Framework Ride - Import Issue

I had trouble to install pip install robotframework-excellibrary on anaconda prompter command, I got the error Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. I also have tried to install…
-2
votes
1 answer

Blue Prism - Hot to use Invoke Javascript function

I have a issue with understanding how in BP Invoke Javascript works? On online SAP system i need to enter a login and password in to 2 textboxes on page. When I run my code in the Firefox console document.getElementsByName('sap-user')[0].value =…
-2
votes
1 answer

Do we really need RPA for Excel automation as the same can be achieved with Excel VBA scripting?

Do we really need RPA for Excel automation as the same can be achieved with Excel VBA scripting ? MS Excel VBO is just another way of representing the vb code to make it more resuable. But i assume the same can be done with VB scripting as…
Arun Pani
  • 9
  • 3
-2
votes
1 answer

How do I find the first occurrence of "&" in a string using regex?

I have a set of data and each row has different number of &. How do I find and match the first & in each row using regex? Sample data: Document & saved (faulty authorization) Document & cannot be processed in this transaction with billing type &…
Yollev Tay
  • 29
  • 5
-2
votes
1 answer

Option to wait until upload activity is getting completed using UI Path

I am trying to automate a web page where I need to upload 1GB large file and then I need to sign out and close the browser but when file upload is happening am getting logged out and browser get closed. How can I wait until particular upload action…
pesari
  • 1
-2
votes
2 answers

How should i enable textfield before entering text using Blue Prism tool?

I'm inputting text in a texbox which is working fine. But there is an existing watermark in the textbox. The entered text in the textbox is inputted as a watermark, hence clicking on 'Next' button results in an error. Can somebody help on how to…