
Understand UiPath fundamentals, identify multi-system bot processes with clear rules and limited human intervention, and explore the three components—studio, robot, orchestrator—unattended, attended, and hybrid deployments, how to install UiPath studio.
Obtain a free UiPath studio copy and community license, download and install UiPath studio, and connect to cloud UiPath orchestrator by creating an organization and signing in.
Navigate UiPath Studio from the backstage view to create or load projects and templates, customize the interface, and explore design, project, and debug features for automation development.
Explore the UiPath project settings and defaults, switch to the classic design experience, and learn how activity-level timeouts and properties override global defaults in UiPath automation.
Learn how to manage packages in UiPath Studio, install and verify dependencies, and add PDF activities for reading, merging, or OCR tasks.
Learn to run and debug UiPath Studio projects with the data scraping wizard, extract data to a CSV, and master breakpoints, step controls, and debugging panels.
Master validation and analysis in UiPath studio by using validate and analyze, ensuring the project runs correctly and aligns with workflow analyzer best practices.
Learn to create a new UiPath project in classic design, add a log message with Hello, world, and debug to see the output.
Master variable creation and scoping in UiPath studio, including how to define names, types, and scopes.
Learn to pass information between workflows using in, out, and in-out arguments, integer 32, and the invoke workflow file activity. Map arguments to variables and verify results in the log.
Explore UiPath naming conventions for variables and arguments in the workflow analyzer, including code sorting, in, out prefixes, and project settings to adopt Pascalcase, camelcase, or kebab style.
Create a studio project named arguments with a multiplier sequence to demonstrate io_my_integer handling for int32, multiply the input by itself, and log results like 100.
Explore selector components and learn to build and edit selectors in UiPath Studio using attach browser, highlight, and UI Explorer features.
Interact with elements inside a Chrome browser using click and type activities, and build robust selectors with Ui Explorer to locate the new supplier button.
Compare full and partial selectors to understand their scope in UiPath. See how attach browser provides top level window information for full selectors and how partial selectors rely on it.
Master dynamic UiPath selectors using wildcards in Notepad, with attach window and type into, and learn how question mark and asterisk handle changing titles.
Use dynamic selectors to insert variables into the selector, making it specific to window titles like Notepad and robust to title changes.
Learn to fix selector issues in UiPath by anchoring the number of employees label and using anchor-based methods or anchor base to reliably type into the correct field.
Create a selectors project in UiPath Studio, refine dynamic and static selectors with anchors in UI Explorer, and run the bot to fill new supplier details on samples.com.
Explore when to use sequences versus flowcharts in UiPath, showing how assign, flow decision, and boolean conditions guide a bot through linear steps or complex decisions.
Master for each, do while, and while loops with arrays and dictionaries, including type arguments to access properties. Learn to use continue and break to control iterations with vehicle examples.
Learn practical error handling in UiPath Studio by using try catch blocks to manage system and business rule exceptions, log messages, and finally blocks to keep bots resilient.
Create a new UiPath project named looping, add a for each loop over apple, pear, orange, and grape, skip orange with continue, and log the remaining items.
Learn UiPath text activities, especially modify text with find and replace, trim, and case changes. Test, save results to variables, and split strings with text to left and right.
Explore VB string methods in UiPath, including trim, to upper, to lower, substring, to string, and string.format, to create a log message.
Learn to use regex activities like is match, matches, and replace in UiPath to validate and sanitize a US phone number, extract area code, and create a sanitized output.
Create a strings project and manipulate string with assign and modify text to uppercase, replace i in c with word incorporated, and append from New York, NY; log modified string.
Explore how UiPath Studio's data scraping wizard extracts structured data from websites, including HTML tables and non-tabular results, using the Design Ribbon to configure extraction and CSV outputs.
Master UiPath data table activities, from building and filtering to sorting and merging tables, using for each row, update and get row item, and handling missing schema actions.
Explore data table VB methods to manipulate the table object, including accessing columns and rows, using get row item and assign, and updating the age column via zero-based indexing.
Learn to scrape an opportunities table with UiPath, filter out proposals, add a manager column, update rows, and export the results to CSV in a hands-on data tables project.
Learn to read and write ranges in Excel with UiPath, using data tables and both Excel application scope and system file and workbook approaches to automate data extraction and manipulation.
Explore Outlook automation in UiPath using Get Outlook Mail Message, for each loop, and save attachments; configure account, folder, filter by subject, process and reply, mark as read.
Learn to handle two pdf types: interactive pdfs and image scans. Use read pdf text for data and read pdf with OCR for images, extracting text with Google OCR.
Create an UiPath Excel automation project that uses data scraping wizard to capture opportunities data from samples.com/opportunities and writes it into Opportunities.xlsx via an Excel application scope and write range.
Orchestrator coordinates robot fleets and automates processes in a web app, managing resources, roles, and package versions for attended and unattended automation with triggers and queues.
Publish and deploy UiPath packages to Orchestrator, create processes from uploaded NuGet packages, manage versions and deployment options, and run jobs with defined entry points.
Start and monitor jobs in UiPath orchestrator and assistant by running processes with in-arguments, viewing host and job details, and reviewing logs for production unattended executions.
Learn to automate workflows in UiPath orchestrator using time and queue triggers, configure queues and items, and implement a dispatcher and performer workflow to scale bot processing.
Store and share data across multiple bots with assets and credentials in UiPath orchestrator, configure folders and global values, and retrieve assets and credentials using get asset and get credential.
Complete the UiPath RPA associate developer course and apply its concepts to real projects. Pursue the advanced RPA developer certification and use quizzes and slides for study.
Robotic Process Automation (RPA) is a game-changing technology that automates a large number of repeatable tasks performed by digital devices that consume a lot of time during the working day. With this masterclass you will become proficient in UiPath and have enough ground to prepare and pass the UiPath RPA Associate Developer (UiRPA) certification. This course is official associate curricula of Intellectual Point. Intellectual Point is an Official UiPath USA Learning Partner.
There are many objectives that are covered, although here are the primary course features included the full masterclass:
CROSS-PLATFORM AUTOMATION
Learn to Automate - (Web, PDF, Excel, Text, Email, and File Systems) using UiPath Sequences and Activities.
FULL ROBOT ORCHESTRATION
Learn how to schedule robot execution using UiPath Orchestrator in a centralized and streamlined manner.
END TO END RPA IMPLEMENTATION
Learn how to analyze and identify redundant processes that are best fit for RPA implementation and orchestration.
BUILD 7 UNIQUE HANDS-ON ROBOTS
You will build and automate 7 processes with various activities and sequences from scratch using UiPath Studio.
EXCLUSIVE EXAM DRIVEN CONTENT
Learn how to prepare and ace the Certified UiPath RPA Associate Developer exam via this exam-driven course.
UIPATH RPA BEST PRACTICES
Master UiPath RPA industry best practices, anywhere from project organization all the way to naming conventions.