
Explore UiPath RPA fundamentals, install and use UiPath Studio, build seven robots—from weather data fetch to web scraping into Excel—using selectors, OCR, email automation, and orchestrator scheduling.
Introduce robotic process automation (RPA) and show how software bots mimic human actions to read and process data, automate repetitive workflows, and deliver 24/7, scalable, error-free performance across industries.
Explore UiPath RPA fundamentals—from discovery and process mining to building automation in studio, orchestrating with orchestrator, and running attended or unattended robots for reliable execution and insights.
Install UiPath Studio from cloud.uipath.com, sign in with Google, choose Studio Pro or Studio, create your first process, and use assign to set X to 3 and display it.
Master basic UiPath studio activities, including sequences, input dialog box, assign, and message box for collecting user data and displaying output.
Learn how to implement the delay activity in UiPath Studio to pause between tasks, loop a counter from 1 to 5, and print timed outputs.
Use an if-else control statement in UiPath Studio to determine if a user-entered number is even or odd via the modulus operator, and display the result in a message box.
Master the switch case activity in UiPath to evaluate an integer input and run the corresponding case or a default when the value is out of range.
Master the while activity to repeat actions while a condition is true, as shown by incrementing a variable X from 0 to 9 and displaying each value.
Explore the do while statement in UiPath, where the do block runs at least once before the condition is checked, contrasting it with the while loop.
Explore for each activity in UiPath Studio, traverse collections such as lists and data tables, and print file names from a folder to the output during a live exercise.
Learn to use a for each activity in UiPath to print file names from a folder named Arpi, by listing files with directory.getfiles and writing each item to output.
Learn how to use flowcharts in UiPath Studio to automate a simple process, offering a more logical flow than a sequence-based design and setting the stage for scalable automations.
Build a number input workflow in UiPath RPA using a flowchart, input dialog, and a decision to display 'even number' or 'odd number' in a message box.
In UiPath Studio, open Notepad, use type into to write a static message, then save and run to log the text in the Notepad file.
Learn to automate saving a notepad file with UiPath RPA using click and window activities to type the file name and save to the desktop.
Design your first robot in UiPath Studio to fetch a city's temperature by prompting for a city name, opening a browser, searching, extracting the temperature, and displaying it.
Develop a UiPath RPA project that fetches movie ratings from IMDb by entering a movie or series name, helping users decide whether to watch.
Create a new UiPath RPA process named movie and design a sequence to fetch IMDB movie ratings and print the rating in a message box.
Develop a UiPath workflow that uses an input dialog box to capture a movie name, opens IMDb, enters title, selects the movie, and displays its rating in a message box.
Learn to design a UiPath bot that fetches a movie rating from IMDB by using Chrome, maximizing the window, selector-based clicks, anchor-based find element, and storing the rating for display.
Build an UiPath RPA book finder robot that searches Amazon for a title, scrapes top 200 results, and outputs an Excel file with book title, author, and release date.
Build a book finder robot in UiPath that opens Amazon, searches for a title, scrapes book titles, authors, and release dates across pages, and writes results to an Excel file.
Master a practical RPA challenge by reading data from Excel into a datatable, mapping rows to variables, and filling a dynamic form using anchor-based activities in UiPath.
Learn to automate filling a dynamic web form from Excel data with UiPath RPA. Clean data and map first name, last name, company name, Rolin company, address, email, and phone.
Watch a demo of an RPA board that reads data from a file and fills form fields, achieving 100% success in 56.4 seconds, showing building a robot in UiPath RPA.
Create a new UiPath Studio process, open chrome to the challenge dot com, and use Excel scope to read sheet one, store data in a variable for each loop.
Read the data table row by row and map seven fields to variables for the UiPath rpa challenge, using a single chrome browser in a sequence.
Watch live bot building for an RPA challenge, using UiPath to read Excel data row by row, anchor web elements, and automate typing and submitting dynamic web forms.
Learn to use UiPath RPA to scrape 30 profiles from fake name generator, capturing name, age, and occupation, and save full data and under-40 filter results to two Excel files.
Learn to build a UiPath RPA bot that scrapes name, age, and occupation from fakenamegenerator.com, stores results in a data table and Excel, using a loop to collect 30 entries.
Learn to automate data extraction from fake name generator using UiPath, building a loop to fetch 32 profiles, capture name, age, and occupation, and store them in a data table.
Build a new UiPath rule for a fake name generator bot using assign activity to map name, age, and occupation into a data table, converting age from string to integer.
Create a new Excel file from fake name generator data, populate it, then filter ages under 40 and export the results to another Excel.
Automate pdf data extraction with UiPath to scrub invoice numbers and totals from multiple pdf files and export the results into an Excel file with two columns.
Learn to scrape pdf invoices to extract invoice numbers and total amounts, then populate an Excel file, emphasizing consistent file naming for reliable UiPath automation.
Automate file processing in UiPath Studio by looping through a folder with for each and a count variable to build and open each file for XML output preparation.
Master pdf automation in UiPath Studio by using getText to extract the invoice amount and invoice number from PDFs, and use control shift five to read the document.
Scrub pdf invoice data in UiPath Studio using anchor and getText to extract invoice numbers and amounts, then store results in a DataTable for Excel export.
Practice scraping PDF invoice data in UiPath Studio, build a data table, and write the extracted amounts and invoice numbers to an Excel file using iterative loops, variables, and anchors.
Demonstrate extracting data from image-based PDF with OCR in UiPath, including installing the OCR package, selecting OCR engine, running a sequence, and showing results in a message box.
Build a UiPath bot to send an email to a specific address with an attachment, read inbox subject, and scrub data from PDA and Excel files into output.
Learn how to build a UiPath RPA workflow that sends an email with an attachment using smtp mail message and securely stores the password with the get password activity.
Build a UiPath process to read Gmail messages via IMAP, store the top five emails, and print their subjects using a for each loop and the mail message type.
Robotic Process Automation (RPA) is one of the most in demand skill today. It is expected that the market of RPA will grow to 1.89 billion USD in 2021. UiPath is a world leader in Robotic Process Automation technology and many organizations in the world are using their solution for automating their business processes. The skilled workforce requirement in RPA is on the growing side and getting skilled in UiPath technology is an advantage. The course takes you to the hands-on journey of designing Robots for different processes related to IT automation using UiPath studio. The course covers the basics of UiPath studio in detail and various bot building exercise have been covered like: Notepad automation, Web Scraping, Excel automation, Email automation and many more. The course also highlights the use of Orchestrator feature for controlling and scheduling of Robots remotely.
Different bot making exercises that are covered in this course includes the following:
Weather Data Acquisition Robot
Notepad Automation
Data Scraping from Amazon website
RPA Challenge to fill the form by reading the data from excel file
Fake Name Generator Robot
Scraping the data from PDF File
Scraping the data from PDF file using Optical Character Recognition (OCR) technique
Robot for sending Email with Attachment and reading email
Managing the Robot with Orchestrator