
Automate repetitive tasks with robotic process automation, using software robots that emulate user actions to extract data from documents, forms, and emails, and integrate with apps via APIs.
Track real-time and historical task bot executions on the activity page, including running bots like notepad, their status, device, automation name, and execution times.
Create a string variable in Automation Anywhere 360, assign a default value, and use it by inserting via the dollar sign or insert value to drive actions like notepad typing.
Create a new task bot named bot recorder, use the universal recorder to capture calculator actions, and see how the recorder translates steps into automation for faster test bot development.
Create a task bot using a web browser to search Lisbon weather in Celsius, extract temperature, display messages for less than ten, ten to twenty-five, or over twenty-five, then close.
Automate browser-based search steps by capturing the target field, setting text, and triggering enter to perform the search on Google.com, with the bot typing Lisbon weather in Celsius.
Learn how to connect to a Gmail account in Automation Anywhere, configure IMAP settings, and securely manage credentials with a control room credential and locker, including app passwords.
Fetch emails from the inbox in Automation Anywhere 360, apply filters, loop through each mail, and display subject and message using a dictionary variable and message box.
After collecting all emails, the bot uses the send action to mail a specified address with a subject and body, configuring smtp.gmail.com and credentials, then testing for success.
Extract pdf text with a task bot, looping over pdfs, using a path from a file dictionary, and export one text file per pdf with overwrite enabled.
Reset the text variable at the start of each loop using an assign action so the bot stores only the current file's text, ensuring each file's content is processed independently.
Extract specific values from text using string manipulation, capturing seller name, buyer name, property description, and selling price. Build variables and prepare an Excel file to store the results.
Create a bot to open the challenge website in Chrome and test it. Open the Excel file, read rows with a loop, and capture and click the start button.
Loop through each Excel row to input data in a web challenge using a for-each loop and a record variable, and adjust capture actions for dynamic IDs.
Create a dedicated subfolder and a process for attended automation that coordinates bots, forms, and human tasks with conditional logic, including collecting a customer email.
Create a user form to collect the customer email by adding a single text box, naming the form get customer email, and saving it for testing in the rpa process.
Create a task bot that opens an Excel file, loops through rows, and searches for a customer by the form email, then outputs the name, email, and subscription plan.
Create a display customer form with editable fields for name, email, and subscription plan, populated by bot outputs and connected to an Excel process.
Explore how to implement exception handling in Automation Anywhere. Understand its role in robust development and error management.
Train the learning instance in IQ Bot, train document groups, verify extraction of invoice date, number, and total, and correct table boundaries using end-of-table indicators.
Welcome to the Automation Anywhere 360/A2019 - Complete RPA Training Course, where you will learn how to develop RPA bots with the newest Automation Anywhere Automation 360, the version that replaces the A2019 one, from scratch!
We start off by learning what RPA (Robotic Process Automation) is, installing and setting up Automation Anywhere on our machine and then building our first robot. Then we will explore Automation Anywhere Control Room, learning about the user interface to get a basic understanding. Once we cover all the basics, like variables, triggers, we then will take a deep dive into building 7 robots ranging in complexity from beginner to advanced, covering different types of automations, like web automation, data extraction, etc.
In last, we will have the final project, where will be explained an practical exercise. You will have the chance to solve it by yourself and then in the last lecture we will solve the exercise together.
In this course I will provide you with technical skills and Automation Anywhere bot demos that will allow you to more confidently create software robots including:
Automation Anywhere setup
Explore the Automation Anywhere Control Room
Understand the basics about task bot development
Recorder
Web Automation
Solve the famous RPA Challenge
PDF Data Scraping
Create forms tasks
Assistant bot to the user
Email Automation
Automation Anywhere Credentials
Excel Automation
Exception/Error Handling with try, catch and finally blocks
Control flow with conditions
Understand and develop IQBot, bot that uses AI and Machine Learning
Final Project
By the end of this course you will be more confident using the computer to create software robots with the Automation Anywhere RPA tool, from the more simplest automations, to even the more complex.