No more typing reviews! Try our Samantha, our new voice AI agent.
Director Of Services at a tech services company with 1,001-5,000 employees
Real User
Dec 6, 2021
Stable, scalable, and easy to use
Pros and Cons
  • "Automation Anywhere is stable, scalable, and easy to use."
  • "The product's technical support could use improvement."

What is our primary use case?

Automation Anywhere is primarily useful for any processes with repetitive data entry. For example, supplier invoice processing. This solution can be deployed on-prem as well as on the cloud. 

What is most valuable?

Automation Anywhere is stable, scalable, and easy to use. 

What needs improvement?

The product's technical support could use improvement. 

I can't think of any additional features I would like to see. The existing features are okay. 

For how long have I used the solution?

We have been providing Automation Anywhere for over four years. 

Buyer's Guide
Automation Anywhere
September 2026
Learn what your peers think about Automation Anywhere. Get advice and tips from experienced pros sharing their opinions. Updated: September 2026.
913,924 professionals have used our research since 2012.

What do I think about the stability of the solution?

Automation Anywhere is very stable. 

What do I think about the scalability of the solution?

This product is very scalable. 

The number of customers we have using this solution exceeds 50. 

How are customer service and support?

Automation Anywhere's tech support could be more knowledgeable. 

How was the initial setup?

The installation is straightforward. It usually takes under two to three hours. Full deployment can take anywhere between four to twelve weeks for one process automation. For deployment and maintenance, we have a team of roughly three to four: one project lead, one solution architect, one BA, and one developer.  

What about the implementation team?

We implement this solution through an in-house team. We are IT service providers and partners of Automation Anywhere, so we provide this solution to customers. 

What's my experience with pricing, setup cost, and licensing?

There is an annual subscription for Automation Anywhere. 

What other advice do I have?

I rate Automation Anywhere a nine out of ten, and would recommend it to others. 

Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
PeerSpot user
Priya Batish - PeerSpot reviewer
Group Manager at a tech services company with 10,001+ employees
Real User
Mar 23, 2021
While the platform is feature-rich and easy to use, it is the skill of the coder that determines how well the platform is leveraged
Pros and Cons
  • "There are multiple levels of cloning. In case screen cloning doesn't work, you can do object-based cloning or keystroke-level cloning, depending upon what parameters are available to you and what is the level of information that you capture. You can traverse between object cloning, which is the lowest form of cloning to a stroke-based cloning, which is like taking care of each keystroke-level which is made by the agent."
  • "Because while the platform is feature-rich and easy to use, it is the skill of the coder that determines how well the platform is leveraged."
  • "My experience has been that if the person who codes the bot is not very well-trained, then they might create unstable bots. So, it's not the platform. It is just how somebody has coded the bots which can bring lot of instability to them. I recommend that when you are using a coder that the person well-trained and have a good amount of experience already working on bots. They shouldn't be newbie or beginner who comes in to code because that will impact the quality of the code itself."
  • "My experience has been that if the person who codes the bot is not very well-trained, then they might create unstable bots."

What is our primary use case?

Most of our automation happens on Automation Anywhere

While the automation is being done, we use it as a platform. Then, depending on the number of users/ bots needed, we apply  for the corresponding licenses.

The good thing about Automation Anywhere is that any process:

1. Which is repetitive, rule-based, and only requires you to do collect/ edit information on the application frontend can be automated. 

Therefore, Automation Anywhere makes for a good use case. 

2.Wherever the process is  deterministic, with no decisions to be made, you can use it. 

It can automate any processes where 

3. Process is well established, standard, or stable, and there are not many changes in the process. For example, a simple task, such as logging into a website, launching a website and doing systematic steps on the website, can easily be captured to Automation Anywhere.  I see lot of applications, especially in finance and accounting domain.

You might have a lot of steps where you need to either extract data, repeat data, or collect data. All of those processes can be automated through RPA, and especially Automation Anywhere. You can use even automation from the server side, not just websites. The only constraint is that the process should not require human intervention and decision making.

How has it helped my organization?

We see the application in the 

# BPO space, 

# Finance and accounting, 

# Health care in terms of claim processing.

E.g. in F&A, if you're doing invoice processing where the entire process is manual, and the analyst has to go through the invoice to determine invoice details, discount on the payment  or a penalty should be levied. In such cases, you can scan this information through an OCR, which is an optical character recognition tool. Then, the rest of the information can be pretty much retrieved by the RPA, which means the RPA will scan the information to classify this information and fill up the  web form. This will be sent to the ERP. This is how the workflow would look like. 

Wherever you can put

# a rule-based system, you can automate all of the processes. In our company, all these processes are manual and you might have 50 to 60 people supporting this process for a mid-size company. You can automate it and reduce the manual effort by almost 40 to 50 percent, depending upon how many techs are enrolled and what is the effort being spent in order to process transaction volumes.

I have been familiar with a couple of projects where this was implemented in cash applications or invoice processing, and they could automate these steps. So, I'm familiar with some of the back-end processes and where they are getting automated.

What is most valuable?

#1.You don't have to really code anything, as it gives you a good interface (UI), because the components are already preconfigured, you  have to just a drag and drop sequence in terms of how you want to execute the steps. 

#2. There are preconfigured APIs that can be used. E.g., if you want to interact with the mailbox solution, you can have the RPA fetch attachments or email body from the mail solution. You can process attachments via test file or PDF. You can even make Automation Anywhere work around PDF, which is typically not that easy to work with in terms of extracting information.

#3. Metabots/ IQ Bots: One of the features, which we have not used too much, but available, is the MetaBot feature. These preconfigured solutions are easily downloadable, and you can just plug-and-play with a bit of customization, which also means you do not have to keep recreating and can reuse existing functionality. Some of the typical uses are that you could be regularly logging into a website. You can just download a MetaBot, as a useful webpage interface and just run it. All you have to do is maybe replace the name of the website, and in case there is a certain authentication mechanism that is being used, then provide that information.

# 4.There are multiple levels of cloning. In case screen cloning doesn't work, you can do object-based cloning or keystroke-level cloning, depending upon what parameters are available to you and what is the level of information that you capture. You can traverse between object cloning, which is the lowest, most basic form of cloning to a stroke-based cloning, which is like taking care of each keystroke-level which is made by the agent.

What needs improvement?

#1 Exception Management and Notification: When you are making a code, and there is a happy path and exception management mechanism, it would be nice if there was feedback in terms of whether this is the most appropriate way to code this. I'm not sure how this can be done, but that could be very insightful. It already gives you some screen tips, but this could be done in a better fashion, in case you are creating the workflow and then you believe a beta workflow is available or could be done. If a screen tip could be given to the coder for this sort of workflow, this would be a much better feature for Automation Anywhere. 

# 2 Type of Cloning: I've realized that sometimes when screen-level cloning is a better option, people still use object-based cloning. It would be useful if Automation Anyone could give you tips recommending fewer steps or fewer areas of exception management after you inputted your code. I'm not really sure if this is doable from a technical standpoint.

#3 Debugging: Currently, I believe the debugging of bot is a bit tricky and not very elegant, you might have to keep re-running the script to be able to identify the bug. This can be looked at, as a possible area of improvement. 

#4 Scheduling:There are two modules: the run module and the control center. In terms of scheduling and triggering, they could make it a bit more helpful and provide suggestions, e.g., if you are scheduling it, and there is a conflict, can you resolve it this way. Maybe you can get an upfront alert or something to that effect. 

#5: Stability, Workaround and fall back mechanism: When  bot breaks down, is there any of mechanisms or notifications that can be given? You can possibly choose to notify people, typically in organizations people are pretty much adverse to automation. If something breaks down, they would like to know at the earliest given opportunity that something is breaking down and piling up. They want to be able to resolve it quickly. If the resolution is going to take time, they want to be able to make some specific workaround mechanism kick in. If a bot breaks down, immediately the fallback mechanism should work too. If there could be information in terms of  when the process was out of range and somebody might need to take a look at what has happened. This is because most of these business processes that get automated are critical in nature and might have financial and operational impact. People need to know that there are working fine and not broken down. It can really have an adverse impact if they break down and nobody knows.

#6. Platform Training: My experience has been that if the person who codes the bot is not very well-trained, then they might create unstable bots. So, it's not the platform. It is just how somebody has coded the bots which can bring in lot of instability to them. I recommend that when you are using a coder that the person well-trained and have a good amount of experience already working on bots. They shouldn't be newbie or beginner who comes in to code because that will impact the quality of the code itself.

For how long have I used the solution?

I have been working with Automation Anywhere for the last three years at two different companies.

What do I think about the stability of the solution?

# Business process stability: Before robotic automation, the business process itself should be stable and very well-documented. Also, anytime a change is made to the process or subprocess ensure, that the RPA gets updated too. Typically, the entire process of automation might take some time, then by that time, the initial business process might have changed a bit. There could variations in terms of volume or in the process itself.

The most important thing is that before you automate something that you must make sure that it is stable, in its steady state for whatever changes might be upcoming over the next six month to year. Otherwise, you might create a bot, which will go into production,  and fail because the underlying process itself has changed.

# Monitoring and controllership: If there is no changes in the process, bots are pretty much stable and especially, if they have been well coded. In case there have been any changes anywhere in the process or subprocess, the bot can fail. This means you must have a review mechanism with monitoring in place. Once you put a bot into production, you have to monitor it and do regular sanity checks. Otherwise, you could have situations where bots have failed and you might not know, then the process comes to a standstill. In a nutshell monitoring and control is an important aspect of RPA in the run phase.

What do I think about the scalability of the solution?

Scalability is just scaling up the number of bots, so scalability is not a problem. You can increase the number of machines and number of bots to scale up the solution, but it can be sometimes very cost prohibitive. E.g., typically, it requires a dedicated machine, and it can't be a shared environment. This can be a bit of a constraint in terms of the number of machines being used. Otherwise, the solution is completely scalable. In case the process requires more throughput, you can just increase the number of bots which are working. Also, if you are doing this properly, then you have to make sure that there are not multiple bots running at the same time which might be at cross purposes.

How are customer service and support?

I don't interact with the people from Automation Anywhere.

How was the initial setup?

Procurement of the license is easy, but depending upon what you want to automate and how you automate it that might take time. Setup is not at all difficult. You just take the license and install the application, then it's ready to go. However, in terms of what you're trying to automate, how you're trying to automate it, and the complexity of the problem, the entire automation process can take time.

# Implementation timelines:The time frame to implement depends on the complexities and number of the processes and subprocesses. In a typical process, the coding, testing, and deployment could range from a week to four weeks. However, I have seen it sometimes take longer because you have to continuously keep checking and testing it. Every time the code breaks down, you have to possibly start from the beginning.

My experience has been one to four weeks as the ideal time frame. However, depending on how well the process was understood and documented, there can be certain gaps which would only become evident during the testing phase, not otherwise.

# Resources: Depending on the number of bots that you have to create and the number of the complex processes along with the given budget and timelines that you have in mind, the number of developers range from one to multiple developers. The resources that you really need are developers because they are people who will be coding. Otherwise, from an ownership standpoint, we need some subject-matter expertise for the process. The people who are subject-matter experts will be needed on a part-time basis for the developer to be able to map the process well and be able to create their technical design. Then, you will need a technical master who creates the technical documentation of how it will be coded. The number of technical masters again depends upon the processes and complexity along with the corresponding number of developers.

The deployment team may not be very big. You need just the developers and a design architect, mostly two people. All the other people come and go per the requirement stage of the deployment. There might be people who are there only for consultation. Some people might be there only to approve the solution. Whenever you bring in automation, it has to be reviewed, monitored, and assessed from the organization's standpoint. There might be people who are just doing approvals for this process deployment in case it's a very complex project, and then there is a project manager. Otherwise, sometimes the technical design person doubles up as a project manager too.

What about the implementation team?

Before implementing, you do the assessment of why the organization wants to automate:

Imperatives for Robotic Automation 

  • What do they want to automate? 
  • What are the key objectives  the organization wants to achieve through robotic automation? 
  • Is it a process optimization or is it cost cutting? 
  • Who is driving the automation? Is it client-driven or is it vendor-driven? 

Then, you have to build the business case in terms of what you want to try to automate. E.g., how much can actually be automated? That assessment should be done. Even the cost and time of automation versus that benefits that you're going to get out of it needs to be done.

# Process Degeneration: When we start automating, we do a process desegregation. This means whatever processes are under scope that we try and understand the task level, activity level, and precedence details. We make activity diagrams, then try and assess out of all of these which one can be automated. So, if the automation index is pretty high, which means that most of the process can be automated, e.g., up to 80 percent, then it might make a better business case than if the automobility is only say 30 to 40 percent. Then, the cost of automation might be way higher.

# Setting the right expectations with the client: t is also important to set the right expectations with the organization. Are they new to automation or do they some prior experience with automation? Because this helps us set the right expectations in terms of the benefits which can be had. The customer might also want to understand what are the impacts if automation fails and the fallback mechanisms. For example:

  • How do you mitigate or remediate the impact of automation failure? 
  • What is a criticality of the process you're automating? 
  • What are your points of failure and choke points? 
  • What are your backup plans if things aren't going well?

The most important thing is the business case as to the cost versus the benefits of automation.

# Legal and Compliance Regulations: Also, are any legal or compliance regulations which are applicable because technically it might be feasible to automate, but legally or from a compliance point of view, it might not be good idea to automate. You might want to still have human intervention in terms of verification and validation.

# Criticality of the process: From a financial impact standpoint, things that require a bit of background investigation might be better kept as a manual process or require a human approval rather than automating it completely.

What was our ROI?

It all depends on the scale. In one project that I have worked on, we had a savings of $200,000 over a three-year period and a payback period of 6 months. The typical ratio is that one bot will replace two people.

What's my experience with pricing, setup cost, and licensing?

# Licensing: One of the components of key drivers for us to renew our contract is AI or automation. As an organization, we are moving toward smarter operations.

Our pricing a year ago was $600 per license, but I am not sure of our current licensing cost.

# Set up cost: Additional costs will be for the machines and the number of machines that you are using. You can deploy virtually as well as on physical machines. In both the situations, you do need to allocate a certain budget for securing the machines and where the software will be installed and running. 

# Dedicated Machines: The machines cannot be used for anything else, because only a certain bot can run at a certain time. You need to be very particular about your scheduling of running the bots, and while the bot is running nobody can use the machine. You cannot have an agent working on a machine and the bot running in the background. The machine  has to be completely dedicated. 

# Network Bandwidth and Disk Space: Then there are the network bandwidth requirements and  disk space requirements, which are additional costs apart from the licensing and software costs. The developer is also going to charge you for their coding time too.

Which other solutions did I evaluate?

There are two or three more tools in the market such as Blue Prism, UI Path, but I think the preference was given to Automation Anywhere.

I have only worked with Automation Anywhere.

Understand why you are choosing Automation Anywhere, as the platforms are pretty on the same level except for certain functionalities. Also, in some scenarios, one platform could be better than another. Pick a platform and stick with it.

What other advice do I have?

It is easy to use, but I realize that the effectiveness of the platform depends on the coder and how he is doing the coding. This is my experience, because I have seen that the quality of the automation is as good as the person who is using it. In Automation Anywhere, the skill set of the coder really determines how good the automation is, which is why I am making it a eight (out of 10), not 10 (out of 10). Because while the platform is feature-rich and easy to use, it is the skill of the coder that determines how well the platform is leveraged.

I' am now mainly driving AI at my company. RPA has become a bit secondary in the sense that it is a part of my solution, but most of the time, it is AI-driven. RPA sort of helps in the execution of some of the components of that overall solution. From the organization's standpoint, automation is already a part of all our solutions. E.g., our organization is moving toward automation where almost 30 percent of any deal will be allocated to automation. It will be a ratio of 70:30, where out of $100, a total of $30 dollars will be allocated toward automation and AI.

I did my certification on version 10.4.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Automation Anywhere
September 2026
Learn what your peers think about Automation Anywhere. Get advice and tips from experienced pros sharing their opinions. Updated: September 2026.
913,924 professionals have used our research since 2012.
Team Lead at Accenture
Real User
Mar 4, 2021
Provides the highest security with a 256-bit encryption credential vault
Pros and Cons
  • "They have a credential vault, which is 256-bit encrypted. That is the highest security that can be provided when it comes to credential maintenance. With a credential vault, other than the user who is entering the password, no one else knows what the password is."
  • "Automation Anywhere is unlike any other software; Automation Anywhere provides me with my bread and butter, and I just love the tool."
  • "As a developer or user, I feel that the performance of the overall package could be made a little better or reliable. For example, if I'm opening up a heavy Excel file, which is uploaded in some shared drive over the net, and I have my box coded to open that Excel to do some work or formatting on it, and depending on the network load and the size of the file, this client version while trying to access that file becomes unstable at times. It goes into the hang position until a human being comes in, ends the task, and restarts it. Until this happens, it does not respond."
  • "As a developer or user, I feel that the performance of the overall package could be made a little better or reliable."

What is our primary use case?

We serve different clients of ours helping them streamline or ease out with their day-to-day activities. There is a team who identifies which activities can be automated end-to-end. They prepare a proposal sheet, which comes to us, and we do the feasibility of it: How much of that activity can be automated. Then, we proceed from there.

Currently, in our production environment, we are using Automation Anywhere version 11.3.1. In a beta test version, we are also evaluating the latest version, which is 11.3.2.

How has it helped my organization?

Previously, we had to input a password to a particular tool for the user to login. The only option was through encrypted keystrokes, and if I uncheck the password, I can see it. Now, they have a credential vault, which is 256-bit encrypted. That is the highest security that can be provided when it comes to credential maintenance. That's a day and night difference. With a credential vault, other than the user who is entering the password, no one else knows what the password is. This also helps when convincing the clients. 

What is most valuable?

The most advanced feature in the current version is the security. Previously, the whole thing was like a software installation. Nowadays, it is more of a URL and credential vault. Everything is taken care of by a centralized tool, a Control Room, which is only accessible through the URL. I really like this feature. I hear that in the upcoming version that everything will be cloud-based. So, I'm really excited to see that type of an infrastructure.

What needs improvement?

As a developer or user, I feel that the performance of the overall package could be made a little better or reliable. For example, if I'm opening up a heavy Excel file, which is uploaded in some shared drive over the net, and I have my box coded to open that Excel to do some work or formatting on it, and depending on the network load and the size of the file, this client version while trying to access that file becomes unstable at times. It goes into the hang position until a human being comes in, ends the task, and restarts it. Until this happens, it does not respond. 

In version A2019, it's moving from a software installation infrastructure to a cloud-based infrastructure. I am hoping that the end-to-end deployment from conception to coding to production will be much faster than it is right now. That really excites me as this is a feature that I suggested to tech support.

For how long have I used the solution?

I've been using this tool since 2014.

What do I think about the stability of the solution?

I would definitely like to see an improvement in how it handles the system resource crunch and how it takes care of the pressure. That would be really nice to see.

Over the years, I have seen the solution really change. I have seen the differences that come with the subsequent releases.

What do I think about the scalability of the solution?

It is definitely scalable. It is very flexible when it comes to scalability. I have had projects in which the total benefit was about 12 FTEs across the globe. We would start off with 0.5 FTEs when we went into live production. Then, we started onboarding other countries or regions, and getting roles onboarded was pretty much seamless. Scaling up is a good thing that Automation Anywhere has for it.

How are customer service and technical support?

I use Automation Anywhere's tech support every day. They are awesome. Whenever I have certain ideas, I always drop them an email. Then, six or eight months down the line, I see those releases coming in which makes me feel proud. 

The engineering team works on our suggestions and provides us with a patch or upgrade, which is nice to see.

How was the initial setup?

Back in 2014 (at my previous organization), I wouldn't say the initial setup was smooth. There were a few roadblocks. Both Automation Anywhere and my previous organization worked on them. Eventually, everything got sorted out. Nowadays, everything is much better than what I saw back then.

What about the implementation team?

We deployed in-house.

What was our ROI?

I have not see ROI in my current organization. However, I did see ROI in my previous organization.

In the initial year after deployment, you won't see return on investment. Eventually, when your bot is more stabilized and your processes are streamlined, in the one and half years to two years window, you will start seeing return on investment. The FTE cost is definitely higher than the license cost of each bot. If your program has been thought through, then one bot can be used to do the work of approximately two human beings worth of labor. That is where the benefit is, which will start from the second year onward. 

What's my experience with pricing, setup cost, and licensing?

Approximately, for a developer, it is around $750 for a license a year. For Bot Runners, it is about $550.

What other advice do I have?

Automation Anywhere is unlike any other software. Automation Anywhere provides me with my bread and butter. I just love the tool.

Understand what projects or automation projects that you have on hand. Every clients setup demands a different set of tools which can be used for automation. Automation Anywhere does try to cover all environments, though. However, there are a few other tools in the market specifically built for specific infrastructures. First, study your requirements. Then, based on those, go ahead and decide on what tool you want to use.

Which deployment model are you using for this solution?

Private Cloud
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner.
PeerSpot user
PeerSpot user
Associate Systems Analyst at NSEiT Limited
Real User
Jan 4, 2021
Speeds manual data processing tasks and supports both scheduled and trigger-based process execution
Pros and Cons
  • "One of the most valuable features is the error handler, as this command has helped me design bots that can handle multiple errors and exceptions."
  • "Automation Anywhere has by far, provided one of the best and easiest solutions to implement RPA."
  • "Most of the Excel commands such as filtering and removing duplicates are not available."

What is our primary use case?

My primary use cases consist of the following:

  1. Filtering and manipulating multiple Excel, CSV, XLS files to gather relevant data as per the business requirements.
  2. Extracting text from searchable and non-searchable PDF files and uploading the data to separate output files or web-based forms.
  3. Scheduling tasks to run on a daily basis or implementing trigger-based process execution.
  4. Implementing email automation in various modules.
  5. Working with external macros and JScript files, depending on the given business logic. 

How has it helped my organization?

Automation Anywhere has by far, provided one of the best and easiest solutions to implement RPA. It has helped increase our productivity in the following ways:

  1. The scheduling and trigger-based solutions provided by Automation Anywhere have saved the effort of manually checking the conditions and executing tasks.
  2. The OCR commands have made document processing efficient to a certain extent.
  3. Working with external scripts has been very useful; I have used JScript and VBScripts in my processes.

What is most valuable?

The features I found most valuable are:

  1. PDF Integration Commands: It is easy to extract text from PDF files in two ways, plain text and structured text. Automated password protected files, as well.
  2. FTP Commands: I found it very easy to automate processes where I have to extract, upload, and rename files on the SFTP server for my process.
  3. Error Handler: One of the most valuable features is the error handler, as this command has helped me design bots that can handle multiple errors and exceptions.
  4. Object Cloning Features: This is one of the most reliable features provided by Automation Anywhere.

What needs improvement?

The product is amazing, nevertheless, it would be really great to see the following points being implemented:

  1. Better OCR Extraction: The OCR extraction is good to some extent, but I have seen some cases where it has failed to extract text from a few documents, and this was quite unexpected.
  2. More Excel Commands: The set of Excel commands I am currently using in Automation Anywhere V11.3 are limited. Most of the Excel commands such as filtering and removing duplicates are not available.
  3. Options to edit Document and PPT files: The scope of projects could be expanded if we have such commands. 

For how long have I used the solution?

I have been using Automation Anywhere for more than a year.

Which deployment model are you using for this solution?

On-premises

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1468062 - PeerSpot reviewer
Senior RPA Developer at a tech services company with 201-500 employees
Real User
Dec 14, 2020
Simple user interface, learning resources available, good performance and reliability
Pros and Cons
  • "When our organization switched to Automation Anywhere, the accuracy rate improved and consequently, there has not been much data loss."
  • "Automation Anywhere is a tool that I love! I am quite happy using this tool and there are no features or commands that I have found to be missing that should be added."
  • "Automation Anywhere should improve its OCR command, as it's my observation that I have faced data loss or improper data being extracted."

What is our primary use case?

Automation Anywhere is an RPA tool that is used to Automate any repeated simple/complex tasks with ease. Automation Anywhere is not perfect but it is still the best tool available in today's market.

It is one of the simplest RPA tools, having a simple user interface, and it is very easy to get hands-on with this platform. It has vast learning resources available, too.

Use Cases:

  1. Extracting data from scanned PDFs: Using Automation Anywhere made it much simpler to scrape data from scanned PDFs and convert it into standard Excel format, as per requirements.
  2. Portal Automation: AA makes web automation simple and our manual tasks have now been automated. Our portal is for making client bookings of the client. The Bot reads the Excel file shared by the user and accordingly, makes the booking in the portal with minimum time and with high accuracy.

How has it helped my organization?

Automation Anywhere is known for its high performance, reliability, and simplicity. Using Automation Anywhere has been a boon for my organization. It saves time and does not require human intervention, depending on the task or process that is automated.

As data scraping from scanned PDFs was a huge task for our organization, and with other tools, the accuracy was around 50-60%, we were facing a huge data loss. When our organization switched to Automation Anywhere, the accuracy rate improved and consequently, there has not been much data loss.

What is most valuable?

Automation Anywhere has great features and I have found Object Cloning and SAP integration to be the most valuable among them.

Object Cloning: Using Object Cloning, any web-based process or task that has fixed steps to be followed can be automated with ease. Object Cloning captures the object, DOMXPath, Inner text, etc. The drop-down menus can also be automated easily.

SAP Integration: Automation anywhere has added one more feature to this command in v11.3.5, which is SAP GUI. Using this feature/command, SAP Automation has become simpler than before, as it required using Metabot, DLL, etc. Everything can now be done in the task bot itself.

What needs improvement?

Automation Anywhere should improve its OCR command, as it's my observation that I have faced data loss or improper data being extracted. If the image quality is low then the data extraction with 100% accuracy is a huge task that I have been facing.

If the scheduling of the bot were much simpler, also allowing us to schedule bots prior to the start time, it would be an improvement. 

For how long have I used the solution?

We have been using Automation Anywhere for two years.

What do I think about the stability of the solution?

The stability is good.

What do I think about the scalability of the solution?

The scalability is very good, and I would rate it an eight out of ten.

How are customer service and technical support?

Excellent support.

Once, I was facing an issue so I raised a ticket. The Automation Anywhere support team helped me to resolve it quickly, with proper follow up via email as well as calls.

Which solution did I use previously and why did I switch?

We did not use another RPA product prior to Automation Anywhere.

How was the initial setup?

The initial setup is straightforward. The Control Room and client are simple to set up, too.

What about the implementation team?

We have an in-house team with a high level of expertise.

What's my experience with pricing, setup cost, and licensing?

Considering the cost, it is a bit high, but worth the price because the output accuracy is high.

What other advice do I have?

Automation Anywhere is a tool that I love! I am quite happy using this tool and there are no features or commands that I have found to be missing that should be added.

Its advantages are performance, simplicity, and excellent support!

Please go for Automation Anywhere. I am sure that you won't regret it!

Which deployment model are you using for this solution?

Private Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Kelvin Chee Khai Loon - PeerSpot reviewer
System Developer at PKT Logistics Group Sdn. Bhd.
Real User
Dec 14, 2020
Improves speed and reliability of data extraction from PDF and Excel files, and the customer service is fantastic
Pros and Cons
  • "The most valuable feature is IQ Bot, as it allowed us to train it to extract important logistical information from customer PDF documents, irrespective of the format."
  • "I hope that Automation Anywhere can further optimize its bots to help automate tasks with Microsoft Word documents and Microsoft PowerPoint documents because, in most organizations, there is a lot of reporting required."

What is our primary use case?

The primary use case of this solution in my environment is to use bots to extract the important logistical information from each of the customer Microsoft Excel sheets. Next, the information is transferred, to be entered into the government official logistics documentation.

Prior to submitting the data to the company warehouse management system, it is checked and balanced. The same needs to be done before submission to the official government website.

How has it helped my organization?

It helps my organization to further improve the management and assigning of tasks to its human resources.

Through the use of Automation Anywhere bots, no longer do the staff in my organization need to carry out the task of transferring data from Excel sheets to our data or the government website. Thus, as all of these processes are being automated, this manpower can now be shifted to be used in other areas that can be beneficial to the company.

What is most valuable?

The most valuable feature is IQ Bot, as it allowed us to train it to extract important logistical information from customer PDF documents, irrespective of the format. This is valuable because not all PDF sheets have the same format. Many customers tend to use various formats to represent their data. Hence, with IQ bot, even with the wide variety of different PDF formats, the bots would still able to help us extract what we needed.

What needs improvement?

I hope that Automation Anywhere can further optimize its bots to help automate tasks with Microsoft Word documents and Microsoft PowerPoint documents because, in most organizations, there is a lot of reporting required. Hence, it would be great and more cost and time-efficient if there is a way to automate everyday tasks such as Microsoft Word Report Generation and Microsoft PowerPoint Presentation Generation.

Further, I would also recommend that Automation Anywhere assist users with automating tasks such as the monthly payment of essential services. For example, automating payment of utilities like the water bill or electricity bill, online.

For how long have I used the solution?

We have been using Automation Anywhere for two years.

What do I think about the scalability of the solution?

The scalability of this solution is fantastic, as the bots can be run on multiple machines at the same time.

How are customer service and technical support?

The customer service is fantastic and they always provide reliable feedback and help.

Which solution did I use previously and why did I switch?

We did not use another RPA product prior to Automation Anywhere.

How was the initial setup?

The initial setup is straightforward.

What about the implementation team?

We have an in-house developer as well as a vendor team. The vendor team has a high level of expertise.

What was our ROI?

The ROI in terms of finance cannot be disclosed due to company policy but the bots have made the everyday process of extracting logistics information from customer Excel sheets or PDF files much more efficient and faster than the traditional manual method.

What's my experience with pricing, setup cost, and licensing?

I advise others that even as of right now, the setup cost and licensing cost to automate bots on Automation Anywhere is steep but it is worth the investment!

Which other solutions did I evaluate?

We considered other Robotic Process Automation tools such as UiPath and Blue Prism.

Which deployment model are you using for this solution?

On-premises

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Google
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1469709 - PeerSpot reviewer
Technical Support Engineer at Wipro Limited
Real User
Dec 11, 2020
Provides many helpful features to improve efficiency and save time, in particular with business documents
Pros and Cons
  • "The tutorials that are available from Automation Anywhere are very helpful for newbies to learn the platform and get going with the tool."
  • "Automation Anywhere has helped us in many ways and is one of the best RPA tools."
  • "Automation Anywhere is not fully compatible with browsers other than Internet Explorer while working with web extraction."

What is our primary use case?

We use this solution for all the business processes and mainly to integrate with Excel files, our database, and our ERP.

We basically process data that are in form of Excel, PDF, or CSV formatted files. We also interact with information that is stored in our database.

Generally, we automate a lot of processes that are repetitive and time-consuming. We work mainly with processing data, thus reducing the time needed to do the process manually. The workforce is also reduced for completing simple tasks like logging in to a forum, as well as complicated tasks like banking or finance. All of these all possible.

How has it helped my organization?

Automation Anywhere has helped us in many ways and is one of the best RPA tools. AA has helped us to spend less time on repetitive tasks by automating them.

The two most important aspects are saving time and saving effort by our workforce. Repetitive work and rule-based tasks are the areas that are being replaced by bots.

The tutorials that are available from Automation Anywhere are very helpful for newbies to learn the platform and get going with the tool.

What is most valuable?

It is very difficult to pin down one valuable feature because each and every one of them is valuable in its own way.

I find that IQ Bot is the most amazing feature, as it helps us to work more efficiently with business documents.

Object Cloning is another good feature that helps us to save time.

Metabot is another valuable feature that exists in AA.

PDF integration is another important feature that avoids using IQ bots, and using the OCR helps us to extract text from an image.

What needs improvement?

I have had some difficulty with OCR extraction, which could be a little better.

Automation Anywhere is not fully compatible with browsers other than Internet Explorer while working with web extraction.

Maybe there could be more options added for PDF integration.

Having a few practical use cases added to online learning would be helpful for newbies.

Other than these,  I don't see other difficulties. In terms of extra features, they are adding them day by day to make for the smoother automation of processes.

For how long have I used the solution?

We have been using Automation Anywhere for the past seven months.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1468965 - PeerSpot reviewer
Solution Architect | RPA at Sutherland Global Services
MSP
Dec 11, 2020
Good security and integration, and the process discovery helps to determine requirements and process flow
Pros and Cons
  • "The CyberArk integration and setup are really amazing and it helps us to win deals for new projects."
  • "One thing that I want to highlight AA for is their security standards."
  • "Instead of depending on other open-source BPM products, AA should provide their own BPM for attended automations."

What is our primary use case?

We have been using RPA for the past seven years and have dealt with a lot of other RPA vendors. We have many use cases across all of the verticals like technology, HR, Finance, Mortgage, Insurance, etc.

The current one, on which we are focusing is Mortgage use cases. We have proven experience in all of the verticals with different use cases. Especially when it comes to the environment, there are no restrictions in that regard because it's all based on the client's requirements and their expectations as well. There are a few clients that came with a Citrix gateway, others use the VDI based approach, and still, others bring their own operating systems.

How has it helped my organization?

One thing that I want to highlight AA for is their security standards. It's an easy win situation when we present this to our clients. The CyberArk integration and setup are really amazing and it helps us to win deals for new projects.

Especially on the Cognitive capabilities, AA enables us to adopt third-party extensions and products, which is very useful to accommodate more use cases and push the RPA practice to the next level.

What is most valuable?

The most valuable features are the IQ Bot and Process Discovery.

  1. IQ Bot - In earlier days, everyone started with RPA by mimicking the users' actions and achieved some automation expectations. But nowadays, apart from the basic action, there is a need for intelligence like Machine earning, Deep learning, and Artificial Intelligence. The IQ Bot accommodates such expectations. There are a lot of pre-trained workflows available and a lot of capabilities to involve users to train the model.
  2. Process Discovery - The next trend is Process discovery and it involves automating the identification of process requirements for activities and then automatically developing the workflow.

What needs improvement?

The dedicated BPM from AA should help to cover more use cases. I would strongly say that AA should have a more advanced BPM tool to support the process/use cases attempted in the project. Instead of depending on other open-source BPM products, AA should provide their own BPM for attended automations.

For how long have I used the solution?

We have been using Automation Anywhere for two years.

What do I think about the stability of the solution?

Stability-wise, this product is excellent.

What do I think about the scalability of the solution?

The scalability of AA is excellent.

How are customer service and technical support?

Technical support is excellent.

Which solution did I use previously and why did I switch?

We have more than seven years of experience in RPA and with different vendors and a lot of different tools. We used the same approach but the recent updates and growth of AA have helped us decide to make use of it

How was the initial setup?

The initial setup is straightforward.

What about the implementation team?

We implemented in-house, with the help of vendor support documents.

What other advice do I have?

My advice for anybody who is implementing Automation Anywhere is that 

It's not always necessary to tie up or utilize unattended bots or achieve 100 % automation. A lot of opportunities are there with the ratio of 80:20 (80% automation and 20% manual intervention) or 70:30.

Which deployment model are you using for this solution?

Private Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1468944 - PeerSpot reviewer
Senior Associate at PricewaterhouseCoopers
Real User
Dec 10, 2020
Good training material, and the cognitive features are easy to apply
Pros and Cons
  • "Training videos are very good and include detailed examples, which is really helpful for beginners."
  • "Working with the Automation Anywhere application is very easy in our environment."
  • "I would like to see them continue building out documentation with more video-aides."
  • "The certification exam for AA is not as per the training videos, as the questions are more scenario-based, which makes it very hard for beginners to clear the exam after just tutorial knowledge."

What is our primary use case?

Our primary use case is assisting clients in automating redundant, repetitive tasks to drive value and efficiency.

How has it helped my organization?

Working with the Automation Anywhere application is very easy in our environment. It has allowed us to win more work and prove value to our clients. 

What is most valuable?

 AI and ML integrations are also easy to apply, as well as cognitive features.

What needs improvement?

I would like to see them continue building out documentation with more video-aides.

Training is good and interactive, although the final certification exam is very tough and requires practical, in-depth knowledge. The certification exam for AA is not as per the training videos, as the questions are more scenario-based. This makes it very hard for beginners to clear the exam after just tutorial knowledge.

Which other solutions did I evaluate?

Automation Anywhere is a good RPA tool, but not so good if we compare it with UiPath. 

The drag-and-drop feature is quite similar to that of UiPath.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1468983 - PeerSpot reviewer
Software Engineer at Accenture
Real User
Dec 10, 2020
User-friendly, Bot Store offers helpful utilities for free, and we have realized FTE savings for our tasks
Pros and Cons
  • "AA has good coverage in terms of out-of-the-box functionality for bot development and management."
  • "Automation Anywhere has equipped us with amazing tools including Bot Insight, IQ Bot, Discovery Bot, etc."
  • "The Control room audit logs should be moved to an archive for those that are more than six months old."
  • "We experienced continuous bot disconnections in our environment."

What is our primary use case?

My primary use case starts with downloading an inventory file in IE and then storing it in the database. This uses DB variables that interact with the banking application.

Through its automating system of generating quotations, it is much easier for us to track back the same customer data. It is giving us a real-time capability for generating reports.

Automation anywhere has equipped us with amazing tools including Bot Insight, IQ Bot, Discovery Bot, etc. The Discovery Bot is used to search the entire task in the system that can be automated. It keeps much value in our organization.

Extracting PDFs is very easy using Automation Anywhere. Its strong points are that it is easy to use, easy to deploy, easy to share, and has multi-user support. Different devices can be used to execute the bot.

The Bot Store provides some utilities for free, which can then be integrated into my workflows easily.

How has it helped my organization?

Using automation has reduced between five and eight FTE in our inventory download and update task. This is more generic to the RPA space than AA specifically, but we tried to automate a large, high FTE, end-to-end process as a POC.

What is most valuable?

AA is user friendly.

The most valuable features are the web recorder, which is used to extract structured table data, the Metabot to handle smart process automation (SPA), Object Cloning, variable assignment, and Message boxes.

IQ Bot is a unique offering from AA that allows you to extract information from semi-structured documents like PDF invoices, using built-in ML. The ability to train documents and easily review any that fall outside of the model is excellent.

AA has good coverage in terms of out-of-the-box functionality for bot development and management. A2019 has some great new features that take this further, such as the ability to create custom commands for your organization, which helps code reuse and development.

What needs improvement?

Comparing the code from dev to QA or production should be in some easier way.

Pausing the bot and resuming it in Metabot should be easier.

The Control room audit logs should be moved to an archive for those that are more than six months old.

The error handling capability is good but we are facing difficulties when there are multiple tasks in the same project. I want to be able to handle errors that occur in sub-tasks and it would be better to introduce a global error handler so that we can debug all of the relevant tasks.

I would like to have a project sharing hub like GitHub, inside of the tool, which will help to consolidate project files post-deployment.

For how long have I used the solution?

I have been using Automation Anywhere for the past four years.

What do I think about the stability of the solution?

We experienced continuous bot disconnections in our environment. Once we validated it with the AA support team, they suggest for version upgrade and it solved our problem.

How are customer service and technical support?

The technical support team has good knowledge of the product. They understand problems well and then provide solutions. 

What other advice do I have?

My recommendation would be to start with some simpler processes. This will build your capability and understanding far more quickly. Automating processes that utilize a lot of different web applications can be tricky without additional input/error checking. Be sure that your code is resilient enough to ensure inputs get transcribed accurately and pages/content are loaded before executing more lines of code.

Which deployment model are you using for this solution?

Hybrid Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free Automation Anywhere Report and get advice and tips from experienced pros sharing their opinions.
Updated: September 2026
Buyer's Guide
Download our free Automation Anywhere Report and get advice and tips from experienced pros sharing their opinions.