I am using Automation Anywhere to automate tasks with desktop applications. There are SAP applications, ERP applications, and browser-based applications. The business is related to the airline.
Agentic Process Automation System (Now Certified for WorkSpaces)
Automation Anywhere, Inc.External reviews
External reviews are not included in the AWS star rating for the product.
Saves a lot of time and shows each line the bot is executing during runtime
What is our primary use case?
How has it helped my organization?
Automation Anywhere helps a lot. It saves time. Recently, we automated a process that used to take 5 minutes for an application, and there were 500 applications. It used to take a lot of time. Now, it takes only 1 minute for an application. The time savings vary based on the process. For some processes, it saves 70% of the time, and for others, it saves up to 50% of the time.
It frees up people from manual and repetitive tasks. They can do other interesting tasks.
What is most valuable?
Automation Anywhere is very stable. At run time, Automation Anywhere can let you know which line of code the bot is running and what it is doing. It is very clear. It is also easy to debug. When you have some change requests or you have to update the new version of the code to fix something, Automation Anywhere can help you to do the code review. Similar to GitHub, you can see the difference between the two versions. It is very good for that purpose.
What needs improvement?
When working with Excel, unlike other tools such as UiPath, Automation Anywhere does not have the standard variables for .Net data types. It does not support data tables and many of the data types supported by Microsoft and the .Net technology. When designing automation, you need to use only the few data types that Automation Anywhere supports. For example, when you work with Excel, you need to do many tasks with the data tables, cells, and rows, but that is more difficult with Automation Anywhere than with other platforms.
It is not flexible for custom activities. With UiPath, you can use C#. You can use VB.NET directly. With Automation Anywhere, customization is more complicated than UiPath.
There are a lot of resources available on the Internet to learn Automation Anywhere. They have Automation Anywhere University, but the difficult thing is that it does not have a specific path for a beginner. When I was learning it initially, I had to choose randomly. I could not work out where to start. It is probably better now.
A good thing about Automation Anywhere is that when the bot is running, it displays which line of the code is running, but we also want those logs to be displayed on the web. When we implement an automation process, currently, we have to write the code to archive the logs. That is the thing they need to improve.
For how long have I used the solution?
I have been using Automation Anywhere for almost 3 years. I am using Automation 360. It is web-based.
What do I think about the stability of the solution?
It is stable.
Which solution did I use previously and why did I switch?
I have worked with UiPath, Power Automate, and a few local automation tools available in our country.
UiPath is easier to use for business users than Automation Anywhere. Automation Anywhere is also not as good as UiPath for custom activities. It takes a month to train a non-technical user on Automation Anywhere. You also cannot directly use C# and VB.NET. If it starts to support all data types in the platform, that would make it easier to learn and use.
We have used Google or Microsoft OCR for document understanding. We have also used the API of a third party to translate the document and email it.
At this time, I prefer open-source solutions because of the cost.
How was the initial setup?
It is deployed on-premises, and its deployment is straightforward.
The deployment of a bot used to take about three days. There were some steps for approval, and we used to manually deploy, but now, my company has CI/CD integration. We run the pipeline to automatically deploy. It is very fast now. It just takes an hour. We just need some approvals and we need to review the package. It is straightforward. One person is enough for deployment.
It is also easy to upgrade Automation Anywhere. It is not difficult. In terms of maintenance, one or two people are enough to maintain the bots. If there is any issue with the bot, we can resolve that within 5 days.
What's my experience with pricing, setup cost, and licensing?
It is not too expensive, but there are many tools available in the market that can provide the same functionality at a cheaper price.
I have done some research on the automation market, and I see that there are many automation platforms. There are also open-source ones. Every organization wants to reduce the costs. Organizations are now considering cheaper platforms such as Microsoft Power Automate. Even my current organization is considering migrating to an open-source solution.
What other advice do I have?
I tried the AI capability, but it did not help me much in reality. I did not find it stable. It will probably get stable in the future.
We are using APIs for integration. It is a perfect way to integrate.
I would rate Automation Anywhere a 9 out of 10.
Which deployment model are you using for this solution?
Streamlines processes, reduces manual work, and is user-friendly
What is our primary use case?
I was working for an airline client that had their processes in the mainframe. The application Sabre that they had was all terminal-based. It was very difficult to navigate and capture everything. We automated a lot of tasks related to validation. For example, when someone booked a flight ticket and tried to cancel it, they needed to give some reason. We had rule-based validation, so we had to validate the reasons and assess them. Previously, it was all manual and terminal-based, and then we used Automation Anywhere to automate.
We also used Automation Anywhere to do a lot of PO manipulation. It was done in an application called Coupa. We used to do that automation with APIs. API automation was very easy with Automation Anywhere. We used it to automate such tasks.
How has it helped my organization?
Automation Anywhere was introduced as an RPA tool to facilitate the digital transformation journey of the client organization. They wanted to eliminate a lot of manual tasks and provide quality work for their employees rather than them doing manual activities. They also wanted to make sure that a process was in place. They wanted a very low code or no code automation so that even business people could upscale themselves and automate. They wanted to free up their employees from such manual tasks and have a lot of bandwidth to do some other research.
In the use case related to the cancellation of a ticket, a lot of things have to be handled. When you cancel a ticket, the airline has to make an update at a lot of places. Only then you would get the refund. It involves a lot of processes. They could be related to the meal or something else. Even if you have not subscribed to any add-ons, all the checkboxes have to be ticked, and only after everything is cleared, you get your refund. Before automation, the refund process was very tedious. When they were doing it manually, any mistake could lead to incorrect transactions. For example, they might end up transferring a different amount. It was a very tedious process, and it was handled with the Sabre application, which was not very user-friendly. It was mostly a terminal-based mainframe application. It had a user interface, but a person with good experience was required for it. A fresher or somebody less experienced could not do it. You needed to know where exactly to go, and there were a lot of things that you had to learn to do this process. It was always done by an experienced engineer, and it was very manual involving navigating different screens. During COVID-19 times, there was a shortage of employees, and the airline was handling a lot of regulations, so this manual process became more problematic. At that time, we introduced Automation Anywhere. We were targeting only 50% automation, but we were able to automate 80% to 90%. It significantly improved the time to process a request and reduced the dependency on a senior engineer for the process. The robot could handle the process. We had programmed the robot. It was a very good experience. It helped the client navigate through tough times.
When you decide to automate a process, you try to understand the process in and out. You try to understand the exception scenarios and how to solve them. You prepare a process discovery document. While doing this documentation, you try to streamline the process because Automation Anywhere, as a tool, needs to be configured to automate that process. It forces us to ask a lot of questions, such as what if the file to be downloaded is not there. You come across all such things at the initial phase. That helps a person to restructure the process and fine-tune it more strategically. It saves a lot of time. It has plenty of features to do Excel operations. It has a lot of capability for querying. You can read data from Excel and process it using a query. You do not have to do Excel operations one by one. It is very quick. If a person is taking 30 minutes to do the operation, it takes only seconds or minutes to finish it. It provides a lot of efficiency.
You also have a lot of traceability. You have a lot of logs. You can see what happened after a process. When you have an audit, you have some traceability. A person doing a task does not always document each and every step. He or she would just do the task and finish it off. When you automate the process with Automation Anywhere, because the robot is doing the tasks, you get a lot of logs and a lot of traceability for auditing.
At the initial stages of automation, you also redefine and optimize a process. Instead of downloading 4 Excel files at different places, you try to standardize it. You give a standard name and a standard path. Everything is standardized, and a lot of focus is put on security and data privacy. We are very conscious of not saving it at any location that is accessible to anybody else. Subconsciously, we do all these checks. It improves the security and data privacy aspects. It also leads to process optimization. Like any RPA tool, it saves a lot of time, and it is efficient, and then logs are there as a good source of tracking.
Automation Anywhere is easy. It takes one to two weeks to introduce a non-technical person to this solution. They already have good domain knowledge, and they just need to know how to work with the tool. In about a week, we will be able to train them in basics. We can show them the interface. We can show them what goes where, but they will not be able to develop full automation or know about full RPA coding. They can get the basic knowledge in one to two weeks. Full training will require building a use case. It could be a small use case. If a developer would take four weeks, which includes development, testing, and other things, a non-technical person would require eight weeks. Only then a person will be able to learn completely and become a very good developer.
In terms of integration, there was SAP integration and Sabre integration. There was one more application. I worked only with these applications. If there is a component available, the integration goes smoothly. When you want to go for something customized and you try to build an integration, it is very challenging, but that is common with all the tools. When you try an out-of-the-box integration, it is very easy because they would have already tested that it is working. When you try to build something or customize it, that is when the challenges come. I have seen plenty of challenges with Automation Anywhere when you go for something that is not there in the package. You need a lot of support from the team and a lot of effort. The security restrictions from the organization were also stopping the integration. It was not happening. A lot of errors came, and we had to reach out to the network team and the security team. There were networking and security issues that had to be resolved.
Automation Anywhere has saved time and costs, but I do not have the metrics.
What is most valuable?
I have not used the recent versions, but it provides a great way to automate. Excel automation is quite valuable. Initially, it was only there in Automation Anywhere. It was not very popular with other automation tools. Excel automation is a very good feature. A lot of back-office activities happen in Excel. It is a very needed feature that Automation Anywhere provides.
In 2021, Automation Anywhere switched from on-premises to cloud. They renamed it as A360. They brought the required changes with this version. Before that, they used to have a line-by-line code view. They did not have a flowchart diagram, but it was very much needed. Because it was low code, a pictorial representation of the code was something that was missing in Automation Anywhere. It was there in UiPath and Power Automate at the time. Automation Anywhere then introduced two views. That gave people the option to use the view that they were comfortable with. That was a very brilliant move. Having two options made it very accessible.
It is very user-friendly. The AI capability that nowadays I am seeing in Automation Anywhere is very good. They have plug-and-play AI solutions. You do not need to know a lot about coding or AI to implement AI in your automation. You can just use their plug-and-play solutions. That is where its real strength is.
What needs improvement?
Automation Anywhere is easy, but the Automation Anywhere courses are not so easy. All RPA tools have their own academy where business users can go and learn the solution and do things themselves. Automation Anywhere courses are a little bit complex to understand. You need a little bit more time, and accessibility is also a little bit of an issue. They should focus a bit more on the academy and learning materials on their portal. The content should be easy to understand. It is not easy to grasp for a non-technical person. It should be easy for citizen developers. Also, their certification is very costly.
There should be more visibility as an RPA product. Every organization is trying to stick with certain tools. I like Automation Anywhere, and I would like to work with it, but I am not getting an opportunity. Automation Anywhere is not promoting itself to other organizations. Organizations are moving towards Power Automate and UiPath. It could be because Automation Anywhere is not reaching out to companies.
Their community events are also less. There are not many developer events in the cities where IT is there. In Bangalore, India, most of the IT companies are there, so we get to go to a lot of conferences. We get to hear a lot from other vendors, but Automation Anywhere's events are very limited. They should take care of their presence in the community and companies.
They should introduce videos for the new features. They should promote new features. They should be known to people. They should be accessible to people. Only then developers or companies will know about it. Only then, it will get used. There are probably plenty of good features, but they are not known or explored.
For how long have I used the solution?
I worked with Automation Anywhere for 2 years.
What do I think about the stability of the solution?
It is a stable product. I would rate it a 7 out of 10 for stability. It is not a perfect product, but it is improving every day.
What do I think about the scalability of the solution?
It is not very scalable. I would rate it a 6 out of 10. After you have built your robot, if you want to make some changes, you can do that, but if you built a robot and you want to make it an AI-enabled robot, it is quite a challenging task.
There were many users of this solution. I was a part of the Center of Excellence. The finance team and HR team were also trying to use it. There were more than 50 people for this solution.
How are customer service and support?
I was getting good support from them. I would rate them a 9 out of 10. They were always very helpful to me. My colleagues have had a bit of a bad experience, but I did not. I have raised a few tickets, and every time, the person was attentive and helped me out. They were very patient. They were straight to the point. They knew the technology.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
I am working with UiPath and Power Automate. Automation Anywhere has got its own benefits and its own strong points, and the same is applicable to other vendors. It is just about which one your organization is aligned with and which one your organization has chosen to go forward with. However, other vendors are better in terms of reach. Even if I am not working on Power Automate for six to seven months, I get to learn about it. I see a lot of things on LinkedIn. There are communities where I can go to learn and keep myself updated, whereas, about Automation Anywhere, I do not see much information. I have to exclusively go and spend a lot of time to find the information. That is where I see the difference.
How was the initial setup?
It was on-prem before, and then we migrated to A360. It was already deployed when I joined, so I do not know about it, but migration took 4 to 5 months.
There were 4 people mainly focusing on migration. It was a bit complex because it was new, and there was not a lot of material available online. It was a little complex, but later, it became smooth. We reported a lot of bugs, and other people also reported them. It was very smooth.
What's my experience with pricing, setup cost, and licensing?
It is cost-efficient in terms of licensing. I found their support good when I was working for the airline client. However, I hear from my managers here that the support price for Tier 3 or premium is a little higher. That is why we are not going for Automation Anywhere. Its price was okay for our client, but for us, it seems expensive.
Which other solutions did I evaluate?
Automation Anywhere was a tool that was decided by our client. They were very much satisfied with how work was progressing. It gave them faster results, and it helped them navigate through the Covid-19 situation.
What other advice do I have?
I would recommend Automation Anywhere. It is a very solid product. I have always vouched for it. I see a lot of potential because it is very easy and it was a stable product when I was working with it. They were very careful about their releases. They were not releasing a lot of things, which is something I see in other products. With Automation Anywhere, each release is very carefully tested.
They introduce new features, but I have noticed that in India, the market for Automation Anywhere is not very big. I am not getting to work on Automation Anywhere because companies are moving to Power Automate and UiPath, so I am not able to learn it more. It is difficult to get hold of this solution.
In terms of our organization’s perspective when it comes to automation and AI, specifically Generative AI (GenAI), we want about 50% of the income coming from IT and services. Automation and AI are placed at the top of the strategy. We are moving towards RPA plus AI and ML. It is almost like hyperautomation or intelligent automation. This is one focus area, and another one is Pure Generative AI and data. The data part is handled by a different organization. We are looking into how to drive insights from data analytics and how to leverage the GenAI technology outside and derive value from it. These are highly focused areas.
I would rate Automation Anywhere an 8 out of 10. I liked working with it.
Very good technology. It made the life of human easier
It is compatible with most platforms, integrates well, and is maintenance free on our end.
What is our primary use case?
In the retail industry where I work, we need to track our working hours every Sunday. This is because some Sundays have work restrictions in our country, with exceptions. We record these hours to ensure our national system can verify the accuracy of our payroll.
For example, we use Automation Anywhere to automate tasks. It takes changes from an Excel spreadsheet and updates two different systems. Another process involves checking discrepancies between the quantity of items received and those paid for. For our back-office bonus processing, we use automation for transactions in our ERP system, ensuring all necessary data is entered.
We implemented Automation Anywhere to reduce the amount of manual operational work currently required in our company. This decision comes as we are experiencing significant growth, with new stores opening and a corresponding increase in back-office workload. Additionally, Automation Anywhere will help us improve data quality and minimize errors, ultimately reducing costs.
How has it helped my organization?
Since implementing Automation Anywhere, our processes are much better documented. Previously, we lacked process documentation in our company. Now, not only do we have it, but it's also created quickly and accurately. Additionally, we have more control over logs. This means if a robot encounters an issue, it can automatically escalate the task to the responsible individuals. Furthermore, we now benefit from reporting capabilities that were previously unavailable.
There are three scenarios where AI could significantly improve our efficiency. Firstly, we deal with weekly discounts. We offer reduced prices on certain items and advertise them in flyers. Unfortunately, sometimes the printed flyer prices don't match the prices in the original digital tables. This inconsistency is problematic because our stores operate independently, carrying different products and offering varying discounts based on location. Consequently, we create multiple flyer versions for different cities. Currently, this process is entirely manual. Back-office staff print the flyers and then meticulously compare prices with the digital tables. We believe artificial intelligence coupled with advanced OCR could automate price verification on flyers before printing. AI could analyze the flyer images or scans and ensure they match the original data. Secondly, we encounter discrepancies between product names in vendor data and the names we use internally. AI could streamline this process by matching equivalent products and eliminating the need for manual data entry.
Automation Anywhere offers an academy that is helpful for non-technical users to learn the platform. Learning the basics typically takes up to three months.
We implemented Automation Anywhere about a month ago and developed a comprehensive solution for our office. We've already observed a significant increase in satisfaction among back-office workers who previously performed these tasks manually. Automation Anywhere has freed them from repetitive tasks, allowing them to focus on more strategic activities like report oversight. Management is also very pleased with the results, rating their satisfaction at eight out of ten. Additionally, Automation Anywhere has helped us improve both speed and accuracy by significantly reducing errors in this process.
In the first year of implementation, we have identified 20-30 processes that could benefit from automation to help us manage our growing volume of office tasks. We are considering incorporating AI as early as this year-end, depending on the success of our current implementation and any unforeseen challenges. Additionally, we see potential in generative AI to improve efficiency for both our clients and back-office staff. We've identified ten HR processes in particular that could be streamlined with this technology.
We have integrated several internally developed HR applications with Automation Anywhere to manage timesheets and vacation planning, and also integrated retail applications for checking product quantities.
I've been using Automation Anywhere for a few years now, and it's addressed most of the issues we had with previous versions. It runs smoothly, especially since our company uses Google Workspace. Overall, I've had a positive experience with Automation Anywhere. It's worked well for me, and I haven't encountered any problems so far. In the past, I also used Microsoft Workspace, and Automation Anywhere functioned well with that too. In my experience, it seems to be compatible with most platforms.
Automation Anywhere has helped save us costs and almost 40 hours per week.
What is most valuable?
In terms of development, we've been relying on the provided operations so far. However, I haven't yet explored Copilot for the discovery phase. I believe it could be a very helpful tool for us moving forward, and I think it's a great feature.
What needs improvement?
The help Automation Anywhere offers during setup isn't great for smaller companies like ours. It could be improved.
Many users in my country lack, for example, advanced Excel skills. This makes using Automation Anywhere a significant challenge for them.
The Automation Anywhere community doesn't seem very active. Additionally, navigating their site can be quite difficult when encountering problems. As a developer and engineer, I found it challenging to locate information. Support could also be improved. For example, I had trouble connecting my Google account, and finding help was nearly impossible.
In terms of variable initialization, I prefer the previous enterprise version. It was simpler and required less code. Object access could also be improved in the current version. Ideally, there would be an easier and more precise way to retrieve objects.
For how long have I used the solution?
I have been using Automation Anywhere for three years.
What do I think about the stability of the solution?
Automation Anywhere is stable.
What do I think about the scalability of the solution?
Automation Anywhere does a good job of providing automation at scale.
How are customer service and support?
It is difficult to get proper help from the technical support.
How would you rate customer service and support?
Neutral
How was the initial setup?
Deploying cloud solutions can be relatively straightforward. Therefore, I don't anticipate the initial deployment of Automation Anywhere being particularly complex. It seems the Automation Anywhere salespeople provided excellent information to facilitate the implementation process. In total, three people were involved in the deployment.
What was our ROI?
By implementing processes using Automation Anywhere, we can save up to 3,000 euros within two weeks of development.
What's my experience with pricing, setup cost, and licensing?
The pricing is fair and allows for scalability. This means we only pay for what we need, and if our needs increase, we can easily upgrade our plan.
Which other solutions did I evaluate?
Upon joining the organization, I discovered they were already using Automation Anywhere. However, before implementing this solution, they had evaluated UiPath, Blue Prism, and Microsoft Power Automate. Ultimately, Automation Anywhere won them over due to its competitive pricing, fast implementation speed, and responsive support.
What other advice do I have?
I would rate Automation Anywhere nine out of ten.
Understanding the trade-offs between different solutions can be challenging for higher management. While some local RPA solutions offer free or cheap services initially, they may not be as efficient, especially as automation needs grow. It can be difficult to explain to the board that maintaining such solutions becomes increasingly complex as automation demands increase. Additionally, limited vendor support during implementation can be another hurdle.
Upgrading the solution is easy because it is cloud-based so it is all done by Automation Anywhere's people.
Currently, three departments are contributing to the development of automation solutions. We anticipate even more involvement this year. On the personnel side, ten individuals are currently involved in developing Automation Anywhere. Additionally, two people utilize the tool – one developer and one business user. We are experiencing a growth phase and are actively hiring additional staff to develop new processes.
Since it's a cloud solution, maintenance is handled by Automation Anywhere. Our team maintains the custom software and processes we've developed.
I recommend Automation Anywhere, but before implementing it, every user should first identify the processes they have that are suitable for automation. Be critical and optimize everything that can be streamlined without RPA. This is important because automation requires well-defined tasks to plan resource allocation effectively. When nominating a process for automation, evaluate the time it currently takes for a human to complete it. For example, a four-hour manual process won't become instantaneous with RPA, but it will certainly be faster. The goal is to understand the time savings and resource allocation needed for the robot. This includes determining how frequently the robot should run and on what schedule.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Core RPA and customer service are very good, but it is expensive and not very AI-centric
What is our primary use case?
The use cases depend on the group functions that are in our business units. They are related to finance, procurement, and marketing spaces. This is where we are heavily utilizing it for productivity gains in terms of FTE realization.
It is an enterprise-grade tool for us. At the COE level, we are using it for automations related to the group functions. We have a comprehensive team of around 30 to 40 people supporting it. It is not used for one or two use cases. It is a proper enterprise-grade automation mechanism for us for different areas. On average, we do a couple of million dollars of automation engagements annually with it.
How has it helped my organization?
It meets the productivity targets that we have set for ourselves. The customer service that they provide is also quite efficient. They try to keep a close eye on our key problem areas and how they can be a partner in solving it. It has always been a very positive collaboration with them.
The integration of automation into our workflows, APIs, business applications, and documents with Automation Anywhere is quite good. It is quite seamless and scalable. They are certified. We can only adopt it if it is a certified integration.
Automation Anywhere has helped save time and cost. The savings are tangible and recorded with us.
What is most valuable?
The core RPA service that it provides and the stability that it has in maintaining that as a cloud service solution is a key enabler for us. Its stability is good, and the low-code/no-code setup that it has is very user-efficient.
What needs improvement?
The AI centricity is a bit behind compared to the way we see Microsoft and AWS doing it. This is the feedback that I have also given to them. They need to expand themselves to provide more services than just RPA. Only RPA may not be enough for us, and it would not be our preferred choice for an automation tool.
For how long have I used the solution?
I have been using Automation Anywhere for around three years.
What do I think about the stability of the solution?
It is quite stable. I would rate it an eight out of ten for stability.
What do I think about the scalability of the solution?
Its scalability is quite good. It is much better and improved now. I would rate it a seven out of ten for scalability.
It is being used by multiple departments at one location. It is being used purely at the group functions level such as finance, supply, and marketing, but not for the asset-centric operations with mining and other things.
How are customer service and support?
They are quite good. I would rate them an eight out of ten.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
We are using both Automation Anywhere and Power Automate Desktop for different purposes. Automation Anywhere is our COE tool, whereas Power Automate Desktop is our citizen developer tool. We have good experience with both of them, but we are trying to make a switch from Automation Anywhere to Power Automate Desktop as a part of our cost-efficiency drive. We are doing a competitive analysis to see whether we are ready for it or not.
Overall, Automation Anywhere has been stable, especially the latest versions, but its usage is expensive for us. Power Automate Desktop is our preferred tool.
Our business users who are not technical are more comfortable with Power Automate Desktop than Automation Anywhere. Automation Anywhere is a COE-grade tool. It is not for citizen developers. Automation Anywhere is easy for professional developers or someone who has experience with automation technology. It would take a non-technical person a month of hands-on experience to learn it.
How was the initial setup?
The deployment was good, but the migration to the cloud was a bit tedious. It was an extensive engagement.
The upgrades are quite seamless now because it is now in the cloud, so the effort is quite less. We have a team set up for maintenance.
What about the implementation team?
A team of around 20 people was needed because it was a big-scale implementation. In migration, 25 to 30 people were involved. We have a DevOps team for operational support with almost the same number of people.
What was our ROI?
We have seen ROI for our original automations. They were mostly low-hanging fruits with savings of a few FTEs, but the moment any automation has an ROI of only one FTE, it is not an economical solution for us to use. Power Automate Desktop is cheaper for us to use.
What's my experience with pricing, setup cost, and licensing?
Its usage is expensive for us because my user base is mostly in Manila and KL. The unit cost of labor is cheaper there than in the U.S. or Australia, which puts a bit more stress on how to get a positive ROI while continuing to use it.
I would rate it a six out of ten for pricing.
What other advice do I have?
I would absolutely recommend Automation Anywhere. It has great potential. The people who provide services are quite professional. They want us to succeed in our journey. They are not only interested in profits. They want us to do well.
When it comes to automation and AI, there is a huge appetite at the group functions level but not much on the asset side of it. We are more focused on health and safety, and from the functional or transactional aspect, we have a keen interest in the overall automation and AI.
Overall, I would rate Automation Anywhere a seven out of ten.
The central command console is good
What is our primary use case?
We deployed Automation Anywhere for our clients. It is used for tasks like HR, procurement, supply chain, visa processing, client onboarding, etc.
How has it helped my organization?
Productivity increased when we implemented Automation Anywhere, but it did not meet the client's expectations regarding the number of human workers it replaced. We are currently trying to optimize it to use the maximum potential channels and identify ways to improve performance.
The clients are willing to use AI. They are conservative about it but still progressing in that direction. The integration of Automation Anywhere into our clients' workflows, APIs, business applications, and documents was seamless, but it was a bit of a struggle until we realized that it has a built-in integration platform. Using the platform, we could define the process so that it also does downstream automation as well.
What is most valuable?
Automation Anywhere's central command center is good. We've used Automation Anywhere's AI copilot. It can integrate with around 70 to 80 percent of our client's applications. There are still issues with the other 20 to 30 percent.
What needs improvement?
We had some issues with screen-scaping and recording. Also, some of the components are not user-friendly enough compared to UiPath. The learning curve isn't very long if you come from a programming background, but it may be difficult for someone without a technical background to understand.
For how long have I used the solution?
We used Automation Anywhere for two years.
What do I think about the stability of the solution?
Automation Anywhere is stable.
What do I think about the scalability of the solution?
Automation Anywhere is quite scalable.
How are customer service and support?
I rate Automation Anywhere support eight out of ten. We get support from local partners. It's good.
How would you rate customer service and support?
Positive
Which solution did I use previously and why did I switch?
We also use UiPath. It depends on the client's preference.
How was the initial setup?
The initial setup was complex, but upgrading the automations was easy. The bots require some monitoring. It isn't more than an hour daily. We check to see if there are any issues or whether a process has gotten stuck. That's rare.
What other advice do I have?
I rate Automation Anywhere seven out of ten. There are many more tools on the market that are much better than automation anywhere.
Which deployment model are you using for this solution?
Robotic process automation
Learn RPA and Reduce Repeat process
Automation Anywhere Experience
Review on Robotic Process Automation
RPA is in principle ideal for repetitive tasks, but will not be successful at tasks that require decision-making, creativity or handling of situations.