Naslovnica

PL-500: Microsoft Power Automate RPA Developer

Classroom

Online

Microsoft

Tijekom treninga polaznici će usvojiti vještine i znanja potrebna za automatizaciju dugotrajnih i ponavljajućih zadatke pomoću Microsoft Power Automate. Osim toga naučiti ćete kako pregledati zahtjeve za rješenja, stvarati procesnu dokumentaciju te dizajnirati, razvijati, rješavati probleme i ocjenjivati rješenja. RPA developer radom sa sudionicima svog poslovnog okruženja, pomažete poboljšati i automatizirati poslovne tijekove te surađuje s administratorima na postavljanju rješenja u proizvodna okruženja i podržavaju rješenja.

Što ćete naučiti

Kome je namijenjeno

Developerima s velikim interesom za pružanje automatiziranih rješenja za svoju organizaciju. Pomoću Microsoft Power Automate automatizirate dugotrajne i ponavljajuće zadatke, pregledavate zahtjeve rješenja, stvarate procesnu dokumentaciju i dizajnirate, razvijate, implementirate, integrirate, rješavate probleme i procjenjujete rješenja. Radeći s sudionicima vašeg poslovnog okruženja, pomažete poboljšati i automatizirati poslovne tijekove.

Preduvjeti

Potrebno poznavanje i iskustvo s JSON-om, cloud flows-ima i Azure uslugama, integracijom rješenja s REST i SOAP uslugama, analizom podataka korištenjem Microsoft Excela, VBScript-om, Visual Basic za aplikacije (VBA), HTML-om, JavaScript-om, jednim ili više programskih jezika i paket alata Microsoft Power Platform (AI Builder, Power Apps, Dataverse i Power Virtual Agents).

Nastavni plan

Pregledaj
Module 1: Take your first steps with Power Automate for desktop Learn how to get started with the Microsoft Power Automate for desktop console and flow designer. The console helps you create and handle flows, while the flow designer is the development environment of the platform. After completing this module, students will be able to:
  • Explore the console and the flow designer
  • Use the core features of the Power Automate for desktop platform
  • Create and run a flow
Module 2: Power Automate for desktop development essentials Learn how Power Automate for desktop handles common development concepts and tasks, such as actions, variables, conditionals, and loops. After completing this module, students will be able to:
  • Create a flow from scratch using the flow designer
  • Use actions and variables
  • Understand the testing and debugging features of the flow designer
  • Configure the error handling properties of individual actions
  • Comprehend the use of UI elements and images
  • Use subflows to compartmentalize and reuse parts of a flow
Module 3: Build your first Power Automate for desktop flow Learn the basics of Power Automate for desktop flows. Additionally, learn how to build the first flow to help automate a repetitive task, freeing up time for more important endeavors. After completing this module, students will be able to:
  • Use Power Automate to create a new desktop flow
  • Record actions that are performed in a desktop-based application
  • Perform a test run of the new desktop flow
Module 4: Define input and output parameters in Power Automate This module defines input and output parameters for desktop flows, which allows your flows to comprehensively handle tasks and processes with conditional input and output. After completing this module, students will be able to:
  • Create a desktop flow with predefined inputs
  • Record actions that are performed in the Contoso invoicing desktop application by using your predefined inputs and capturing application data for output
  • Perform a test run of a new desktop flow with a new set of inputs
Module 5: Integrate desktop flows with Outlook connector in Power Automate for desktop This module explains how to build on an existing gateway to integrate Microsoft Outlook with a desktop UI flow. After completing this module, students will be able to:
  • Create a new solution to package the complete Contoso invoice processing solution
  • Create a new cloud flow that initiates the invoicing process through receipt of an email
  • Integrate a desktop flow into a cloud flow
  • Test the new cloud flow
Module 6: Connect a cloud flow to desktop flows in Power Automate for desktop This module explains how to use those gateways as a foundation for integrating other technology with cloud flows. After completing this module, students will be able to:
  • Create a cloud flow
  • Configure the on-premises data gateway to enable the cloud flow to run the desktop flow on your device
  • Add the desktop flow to the new cloud flow
  • Test the new cloud flow
Module 7: Use AI Builder to process invoice forms in Power Automate This module explains how to integrate AI builder into an existing API-based flow to facilitate a robust automated process. After completing this module, students will be able to:
  • Build a new AI model for form processing
  • Train the new AI model to process Contoso Invoice forms
  • Integrate the new AI model into an existing cloud flow
  • Test the updated cloud flow and associated AI Builder-based predictions
Module 8: Use the Teams connector in Power Automate This module explains how to integrate Microsoft Teams and Outlook into an existing cloud and desktop flow to build an automated, end-to-end invoice approval process. After completing this module, students will be able to:
  • Integrate a Microsoft Teams-based approval model and the associated conditional logic into an existing cloud flow
  • Integrate the desktop flow for entering the invoice information into the approval process
  • Integrate Microsoft Outlook-based approval/rejection notifications into the invoice process
  • Test the end-to-end invoice processing cloud flow
Module 9: Run a Power Automate for desktop flow in unattended mode This module demonstrates the solution for these scenarios by explaining how to run your UI and API flows in unattended mode. After completing this module, students will be able to:
  • Run a basic desktop flow in unattended mode
  • Run a desktop flow and cloud flow scenario in unattended mode
  • Learn about best practices and setup for unattended desktop flows
Module 10: Optimize your business process with process advisor The first step to automating a solution is knowing the process, and process advisor helps simplify that task. After completing this module, students will be able to:
  • Create your first recording
  • Edit recordings and group actions
  • Analyze recordings and interpret results
Module 11: Handle variables in Power Automate for desktop In flow development, you may need to reuse information in various actions. Variables act like storage bins that save valuable information for later use when a flow is running. After completing this module, students will be able to:
  • Create, edit, and manipulate variables
  • Examine the variables pane
  • Become familiar with various variable data types and their properties
  • Configure input and output variables
Module 12: Automate repetitive tasks using loops in Power Automate for desktop Loops are used to automate repetitive tasks by executing a block of actions multiple times. After completing this module, students will be able to:
  • Use simple loops to perform a given number of repetitions and iterate through data
  • Deploy loop conditions in order to repeat actions until a condition is met
  • Iterate through the items of a list using for each loops
  • Explicitly end loops when required
Module 13: Adjust process behavior using conditional actions with Power Automate for desktop Conditional actions allow you to modify flow actions at runtime, based on information available in the environment. After completing this module, students will be able to:
  • Use "If" conditionals
  • Deploy "Switch" conditionals in order to compare a single variable with multiple possible values
  • Explore additional options when evaluating conditions
  • Provide default and alternative behaviors for flows based on the environment data
Module 14: Configure flow control in Power Automate for desktop The ability to alter the order in which actions and functions are implemented is called flow control. Power Automate for desktop enables flow control through the flow control actions. After completing this module, students will be able to:
  • Know how flow control works.
  • Use the flow control group of actions to direct and manipulate the flow.
Module 15: Generate Power Automate for desktop flows by recording The recorder can be used to automatically generate blocks of actions, based on the user's interaction with the workstation. After completing this module, students will be able to:
  • Use the recorder to generate actions automating local Windows UI-based tasks
  • Deploy the recorder to automate interactions with a web browser
  • Preview and edit the automatically generated actions during and after the recording
Module 16: Configure exception and error handling in Power Automate for desktop Exception handling is a mechanism that allows Power Automate for desktop to handle and recover from unexpected circumstances and issues that might occur during a flow run. After completing this module, students will be able to:
  • Configure the exception handling properties of individual actions.
Module 17: Control file and folder handling in Power Automate for desktop Manipulating files and folders is a fundamental part of most business processes. Power Automate for desktop provides the files and folders actions to help accomplish this task. After completing this module, students will be able to:
  • Create flows that manage files and folders
  • Manage the properties of multiple files and folders
Module 18: Web automation in Power Automate for desktop Web applications are critical components of most organizations. Power Automate for desktop supports the automation of all major browsers through its browser automation actions. After completing this module, students will be able to:
  • Configure browser automation actions
  • Extract data from web pages
  • Create a flow that extracts gainer stocks from the MSN website
Module 19: Use Power Automate for desktop to interact with windows and applications UI interfaces and their components are identified through UI elements, which can be captured and used in UI/Windows-related actions. After completing this module, students will be able to:
  • Describe the concept of UI elements
  • Discover the window and element-handling capabilities of Power Automate for desktop
Module 20: Excel automation in Power Automate for desktop Power Automate for desktop provides an extensive variety of Microsoft Excel actions to help you read and manipulate Excel files. After completing this module, students will be able to:
  • Open Excel files and attach a process to an already opened file
  • Use the Excel group of actions to read data from and write data to an Excel file
  • Create and edit worksheets
  • Save and close Excel files
Module 21: Automating email handling in Power Automate for desktop Using email services is common in business procedures and critical for most organizations. Power Automate for desktop provides various actions that enable email handling for webmail services, Microsoft Outlook, and Exchange servers. After completing this module, students will be able to:
  • Be familiar with the email, Outlook, and Exchange actions.
  • Create a flow that retrieves, processes, and sends emails
Module 22: Automate system, workstation, and services actions in Power Automate for desktop Power Automate for desktop supports the automation of miscellaneous tasks, which are fundamental to the Microsoft Windows operating system, through the system, workstation, and services actions. After completing this module, students will be able to:
  • Automate system-related tasks with the system and workstation groups of actions
  • Automate the management of Windows services with the service group of actions
Module 23: Communicate using message boxes in Power Automate for desktop flows Message boxes can be used to interact with a user to either request input, or to provide output. After completing this module, students will be able to:
  • Recognize various preset message box actions
Module 24: Text manipulation in Power Automate for desktop Power Automate for desktop provides actions to help you manipulate text and datetime values. These text and datetime actions help you adopt a standardized data format in your flows. After completing this module, students will be able to:
  • Use the text group of actions
  • Create methods that help you process and edit text
  • Manipulate text type variables for input and output in actions and flows
Module 25: Simulate mouse and keyboard actions by using Power Automate for desktop This module also describes how to select and locate a specific image or area on the screen with the mouse. After completing this module, students will be able to:
  • Create a flow that simulates human interaction with a PC
  • Automate simulated mouse movement and clicks
  • Select and locate a specific image or area on the screen with the mouse
  • Emulate typing or key presses
Module 26: Combine Power Automate desktop and cloud flows This module describes how to combine a Power Automate desktop flow with a Power Automate cloud flow. After completing this module, students will be able to:
  • Create a cloud flow in Power Automate that calls a Power Automate desktop flow
  • Use the values of variables from Power Automate in a Power Automate desktop flow
  • Use the resulting variables from Power Automate for desktop in Power Automate actions
Module 27: Database handling in Power Automate for desktop Databases are vital components of every organization, and efficient data handling is necessary for their effective operation. Power Automate for desktop provides organizations with the ability to automate databases through the database actions. After completing this module, students will be able to:
  • Compose a connection string to connect to a database
  • Use the appropriate action to run queries on a database
Module 28: Active Directory handling in Power Automate for desktop Microsoft Active Directory (AD) is a directory service that enables administrators to manage permissions and access to network resources. After completing this module, students will be able to:
  • Connect to an Active Directory server
  • Manage users, groups, and objects with Active Directory actions
Module 29: Scripting in Power Automate for desktop Power Automate for desktop enables you to automate complex scenarios using scripts in VBScript, JavaScript, PowerShell, and Python. After completing this module, students will be able to:
  • Use scripting actions
  • Create two flows using VBScript and JavaScript
Module 30: OCR technologies in Power Automate for desktop Power Automate for desktop enables users to read, extract, and manage data within an assortment of files through OCR actions. After completing this module, students will be able to:
  • Configure OCR actions
  • Create a flow that extracts text from images using OCR technologies
Module 31: Get started with custom connectors in Power Automate Learn how to configure and use custom connectors with Microsoft Power Apps, Microsoft Power Automate, and Microsoft Azure Logic Apps. After completing this module, students will be able to:
  • Describe the role of custom connectors
  • Build a connector and use it in a Power Automate flow
Module 32: Configure custom connectors with authenticated APIs in Power Automate In this module, learn how to configure custom connectors with authenticated APIs in Microsoft Power Automate. After completing this module, students will be able to:
  • Describe authentication options
  • Use APIs with Microsoft Azure Active Directory
  • Use a graph API from a custom connector
  • Share and move between environments
Module 33: Introduction to Microsoft Power Platform security and governance This module focuses on introducing Microsoft Power Platform environments and their role in creating Data Loss Prevention (DLP) policies by using examples and use cases. After completing this module, students will be able to:
  • Access Microsoft Power Platform admin experiences
  • Create simple environment and tenant-wide DLP policies
  • Discover and identify the differences between the Business data group and the No-business data group
  • Describe the differences between out-of-the-box Power Automate Admin experiences and Microsoft Power Platform Center of Excellence toolkit

Za koji certifikat te priprema

  • Certifikacijski ispit: Exam PL-500: Microsoft Power Automate RPA Developer
  • Certifikat: Microsoft Certified: Power Automate RPA Developer Associate