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

Get data from web page using JavaScript in BluePrism

Could someone tell me how can I, in Blue Prism, get data into Data Item from web page using action in Navigate stage Invoke JavaScript or Insert JavaSript fragment? For example I'm using function: function myFunction() {var…
3
votes
3 answers

UiPath Orchestrator - Scheduled Jobs Get Stuck In "Pending" State

I have a scheduled UiPath job that keeps getting stuck in the 'pending' state in Orchestrater and never runs. I notice that the Robot has Fatal Alerts saying "#robot [name] disconnected." The temporary fix seems to be to restart the machine the…
Sean
  • 167
  • 2
  • 9
3
votes
2 answers

Expose Visual Basic string functions

I'm trying to use some Visual Basic string manipulation functions in a Blue Prism code stage. Referencing functions like LEN, LEFT, and RIGHT throws an error: 'Len' is not declared. It may be inaccessible due to its protection level. Is there a…
3
votes
2 answers

UiPath Selector not working in `Type Into` Activity

I'm new to UiPath and I'm following all the tutorials available in their website, Planning also to finish the Foundation Training but I'm confused why Type info Activity doesn't seem to work. I used the Launch UI Explorer then select the Target…
davinceleecode
  • 777
  • 3
  • 10
  • 31
3
votes
1 answer

"Read CSV" file missing in UiPath Studio

I'm wondering where do I find the Read CSV file option in my UiPath Studio. Sample Image Can someone please guide me where do I find that option ?
Mad Coder
  • 35
  • 4
3
votes
1 answer

WorkFusion RPA Express does not Start on System Restart

I have installed Workfusion RPA Express for exploring and evaluation. The software is working perfectly fine since I installed it. Once the system restarts, the software won't start with the below welcome screen. I tried leaving the system…
Atul Kamble
  • 2,351
  • 2
  • 10
  • 13
3
votes
2 answers

How to execute Workfusion RPA business process using API call or using cmd?

I am new to Workfusion RPA. I have created one business process from IDE and when i run manually it is working perfectly fine. Now my Question is: 1. Can we export any executable file so that i can execute it from command prompt? 2. Is there any…
Rahul
  • 710
  • 1
  • 8
  • 25
3
votes
2 answers

Integrating Azure Cognitive services with Robotic Process Automation

I have seen Microsoft Cognitive services such as text analytics and some other services. Here I have gone through RPA and now I need to integrate RPA with any kind of Cognitive services, just for a demo purpose. Do we have any reference for that to…
3
votes
2 answers

Handle and Follow Links Using Web Element in RPA Express

I am using WorkFusion RPA Express ver. 1.1.4. While Web Web Elements can be used to get/set web elements by XPath, attributes cannot be retrieved using this method. The framework expects to see one or more Web Elements as the result, but not the…
pbahr
  • 1,300
  • 12
  • 14
3
votes
1 answer

Robotic Process Automation tags creation on stackoverflow

I am posting this question to create RPA - Robotic Process Automation tags like blueprism, automationnanywhere, roboticprocessautomation, rpa and workfusion. Once all tags are in place then this will help organizing all the questions at one place.…
SK.
  • 4,174
  • 4
  • 30
  • 48
2
votes
0 answers

Automatically Run query every hour in MySQL Workbench

Hi I am unable to find a solution to automatically run a query every hour from MySQL Workbench and export the result to CSV File. I don't have access to create an Event in workbench and also due to no host access I can not use query to export data…
Kunal
  • 33
  • 3
2
votes
1 answer

how to avoid bot detection on websites using selenium python

We are trying to automate process using selenium python for a website but as we proceed with the process the bot gets detected every time and a captcha comes up. Even though a human solve that captcha the website does not allow to move forward and…
2
votes
1 answer

Is there any way that I can get Google access tokens only using API?

I am building an RPA process to integrate with Google AI Document and one of the challenges I've encountered is getting the access token and using it during the API call. Most of the time I'm just using powershell by running gcloud auth…
Mirai
  • 55
  • 3
2
votes
1 answer

UiPath Apps deployment and migration to another tenant

Our platform is UiPath Cloud Orchestrator with DEV/Test/Prod tenants. The Robots are hosted on Azure Windows instances for DEV / Test / Prod. I created an UiPath App to upload an Excel file, store it in a storage bucket, then start a unattended…
VC1
  • 1,660
  • 4
  • 25
  • 42
2
votes
1 answer

How to replace text without losing other formatting below it

I need to delete all text in html of body letter before one word from set of values ("Уважаемый", "Уважаемая", "Уважаемые"). I try to do like this: LetterBody.Replace(Regex.Split(LetterBody, "(?=Уважаемый)|(?=Уважаемая)|(?=Уважаемые)")(0), "") but…
V. Dedovec
  • 21
  • 2
1
2
3
47 48