
Automate day-to-day operations with UiPath software robots that can handle web, desktop, and document tasks using a visual drag-and-drop designer.
Download UiPath Community Edition from the official site, choose standalone offline mode, create a UiPath Automation Cloud account, and install UiPath Studio on Windows.
Adjust video settings for the best learning experience in this RPA UiPath course: set 720p/1080p, use 1.25x-1.5x speed, and watch full screen with ample volume.
Create a new process in UiPath Studio, and learn key terms like process, dependencies, xaml, and project.json while exploring project setup and publishing to Orchestra.
Navigate UiPath's project and activities tabs and drag activities into the main.xml file. Discover variables, properties, outline, screen scrapping, data scraping, run, debug, record, and Orchestrator publishing.
Explore how UiPath workflows use sequence and flowchart patterns to organize actions within main.xml. Learn to automate notepad and calculator tasks through recording, connecting sequences, and running flowcharts.
Learn to build a UiPath automation that opens Notepad, types text, copies and saves the file, then pastes the content into a Word document without relying on recording features.
Create a UiPath automation that copies text from Notepad, pastes into Word, saves the file, and closes applications using Type Into, Send HotKey, and Open application.
Explore data scraping techniques in UiPath, including extracting text from browsers, desktop apps, and images using OCR. Learn to use Get Text to grab web page content.
Master extracting text from images in UiPath with OCR, using the Google engine and Tesseract OCR, and learn to implement Get Text from image in a dedicated sequence.
Explore UiPath screen scraping techniques: FullText vs Native, OCR, and GetFullText or GetVisibleText, with practical notes on attaching windows and outputting the scraped text.
Demonstrate building a robot workflow in RPA with UiPath to decide if a country is suitable for investment based on GDP, with a pop-up when GDP exceeds 10 trillion.
Build a UiPath RPA workflow that prompts for a country name, searches its GDP online, captures the value, and compares it to 10 trillion to guide investment decisions.
Identify browser elements with UI Explorer and UI Automation, validate and refine selectors, then perform keyboard actions to type country plus GDP, using enter to search.
Learn to extract and generalize web numbers in UiPath using the get text activity, repair selectors with regular expressions, and validate with Open UI Explorer for a generic GDP workflow.
Leverage UiPath OCR to extract GDP from an image, convert the text to a double, and route a flow decision to invest only if GDP is less than 10 trillion.
Run a UiPath workflow to test a business rule that checks if GDP is under 10 trillion, determining the right place, with a front-office robot delivering suggestions.
Learn to read and write cells in Excel using UiPath, leveraging Excel application scope, read cell and write cell activities, and manage output with variables.
Read a defined excel range with read range (A2 to B3) to produce a data table, then use output data table to convert it to a string for printing.
Iterate over a UiPath data table to read and print the first column using for each row, accessing row of column one, and handling data type conversions.
Capture a user ID with an input dialog. Load the Excel file in an Excel application scope and read range into a data table to locate the matching ID.
Demonstrate if-else and for each row control flow in UiPath to apply a discount and update Excel using write cell with CInt conversion.
Implement a runtime counter in UiPath to locate matching rows, debug with breakpoints, and update excel cells such as b4 and b3 using the calculated updatedFee converted to string.
Apply the business logic to write data back to Excel, updating column C with concession applied on matches and not applicable when no match, including debugging steps.
Explore common misconceptions about updating Excel data through data tables in UiPath, demonstrating how in-memory data tables and live sheet changes interact and how to debug with drag-and-drop Excel manipulations.
Learn to extract text from pdf documents with UiPath, using read pdf text, read pdf with OCR, and get text, for native and image-based pdfs, then save to text files.
Extract addresses and invoices from pdfs by splitting text into a line-by-line array, removing empty lines, and retrieving the address from the first line and invoice from a later line.
Extract data from native and image PDFs in UiPath using Read PDF Text, then OCR with Microsoft or Google OCR via Read PDF with OCR to pull invoices and addresses.
Learn to extract content from PDFs using UiPath's get text and read pdf techniques, including opening PDFs, using locators, and extracting invoice numbers into an array.
Shows rpa process automation with UiPath by extracting invoice numbers and amounts from hundreds of pdfs, submitting them to an internal tool, and storing results in Excel for analysis.
Automate invoice processing with UiPath by looping through every file in a folder, extracting invoice numbers and amounts from PDFs, and updating an internal tool and Excel.
Automate pdf invoice processing in UiPath by opening each file with start process, delaying for reliable ocr text extraction, and extracting invoice numbers and amounts with regex-based selectors.
Extract invoice and amount values from PDFs and write them into an Excel sheet with dynamic rows using UiPath, enabling data analytics and downstream tool integration.
Read data from Excel into a data table using read range, then for each row push amount and invoice numbers into a desktop tool by typing and submitting.
Robotic Process Automation is a game-changing technology that is designed to automate high-volume of repeatable Digital Computer tasks that take up a large percentage of a workers’ time
Much in the same way physical robots have been rapidly replacing industrial jobs, software RPA robots will be replacing a high percentage of IT jobs, sooner than you think. And "UIPATH" is the widely used tool in building Robots for RPA Automation.
This course will make you a master with UiPath Skills for robotic process automation work from scratch. You do not require any programming knowledge to build Automation as UIPATH offers great features to build Code less Automation with its Artificial Intelligence
On Successful course completion, you will be able to build Robots with real time Business Scenarios which can automate any below tasks
Intro to RPA
UIPath tool overview
UIpath features to build Automation(robots)
Word Documents & PDF Data extraction
Texts from Scanned Images and PDF's
Any Desktop applications Automation
Web Automation
All Excel based Automation including Sorting, Filter, tables etc
File system Automation like saving file, Copy file,moving files to folders
Data Extraction from Documents/Web using Artificial Intelligence
Automating SAP based applications
UIPath control flow examples
Data Scrapping and Screen Scrapping with UIPath
Best Practises in Robotic Process Automation
Design Orchestrator to Schedule robots execution remotely