Questions tagged [automationanywhere]

Automation Anywhere (AA) is a Robotic Process Automation (RPA) tool developed by the company of identical name. Use this tag only when your question is involving the use of this specific tool.

Automation Anywhere, in this context, is referring to the Robotic Process Automation (RPA) tool developed by the company of identical name. This tool caters to enterprises looking to deploy a digital workforce composed of software bots that complete business processes end-to-end. Unlike its competition (BluePrism, UIPath, ...), Automation Anywhere has more of a scripting feel which allows for a faster development process, but requires more technical knowledge and can be harder to debug.

232 questions
7
votes
4 answers

Which RPA tool should I learn being a C# Developer

I am a .NET developer who primarily developed web and stand alone apps using C# since beginning of my career. I am now interested to learn RPA so which RPA tool is best for me to learn where I can use my .NET skills more. I came to know from Google…
user841311
  • 537
  • 3
  • 9
  • 23
4
votes
1 answer

Run automtion anywhere bot even when runners are in sleep mode

I'm facing issues in running bot on a runner in RDP , the runner runs the bot when i have logged on it remotely but when i disconnect remote access , the commands like active window, screen shot, cloning etc fails. I want to run the bot without…
3
votes
2 answers

Issues with AA extension for chrome

I am trying to set up AA for use with chrome on a clients vm. AA client is up and running. When i first launched chrome everything was fine. After i installed the AA chrome extension launching is not done correctly anymore: the url misses ":" e.g…
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
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.…
Simpal Kumar
  • 3,331
  • 3
  • 23
  • 47
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
  • 51
  • 1
  • 9
2
votes
2 answers

How to get the IDObject with Attribute in SAP using Automation Anywhere with DLL?

I'm developing an automation process on SAP with Automation Anywhere using the SAP DLLs provided by Automation Anywhere itself. I need to find IDObject with specify attribute to click/get value the specify element , but seems that there are no…
umbyrulez
  • 21
  • 1
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

How to fix error "Cannot update. Database or object is read-only." Excel Database Automation Anywhere

I am accessing an excel file stored on a shared drive for now a couple of months without errors. All of a sudden, we have this issue popping out: Cannot update. Database or object is read-only. My original connection string looked like this:…
mikegross
  • 715
  • 6
  • 21
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
  • 624
  • 1
  • 10
  • 27
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
  • 519
  • 5
  • 14
2
votes
3 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
1 answer

How keystroke simulated in RPA Tools like Automation Anywhere

I'm curious to know how Top RPA tools like AA and UiPath simulate keystroke to the applications. I've built a application with use of Keybd_event to simulate keystrokes but i keep facing the issue of scan code parameter of keybd_event - as it…
nagarajannd
  • 695
  • 5
  • 11
1
vote
1 answer

read a specif value in a xml file using automation anywhere

I can't find the node that I want I want to extract the value in CNPJ. Im using the get single node and Im trying to use this xpath: /nfeProc/NFe/infNFe/emit/CNPJ, but there's a error: no nodes found in xpath does anyone know what i can do?
1
vote
2 answers

PDF_Extraction of structured data without OCR

I have been trying to extract data including the once in tables from pdf files using C#.My objective is to extract these data without any third party library and its licensing or OCRs at the same time extract the data without loosing its…
Abraham Samuel
  • 137
  • 1
  • 8
1
2 3
15 16