UI Automation in Power Automate for Desktop (Full Tutorial)

Anders Jensen โ€ข May 9, 2022
Video Thumbnail

About

No channel description available.

Video Description

This video tutorial shows how to do UI Automation in Power Automate for Desktop. Using drag-n-drop and no code, it's easy to click buttons, fill in text, and extract data from the applications. The advanced part of the tutorial demonstrates how to create dynamic selectors. COURSE MATERIALS: ๐Ÿ“‚ https://andersjensen.org/microsoft-power-automate-desktop/applications VIDEOS FOR YOU: ๐Ÿ”น Power Automate for Desktop Tutorial: https://youtube.com/playlist?list=PLXXz88_TPiHpY_5bfeV8RAOHnBKgc-rtw ๐Ÿ”น Power Automate Cloud Beginners Guide: https://youtu.be/MIDb3GOY1xI ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Discord: https://discord.gg/pJEXZNTCzs - Join my network with 2800+ RPA Developers, where we solve RPA problems, network, and help each other upgrade our careers. It's free! FOLLOW ME: ๐Ÿ’ผ LinkedIn: https://www.linkedin.com/in/andersjensenorg ๐Ÿ“ธ Instagram: https://www.instagram.com/andersjensenorg ๐Ÿ‘จ Facebook: https://www.facebook.com/andersjensenorg ๐Ÿฆ Twitter: https://twitter.com/andersjensenorg ๐Ÿ’Œ Email Newsletter: https://andersjensen.org/email-newsletter MY MONITOR (Amazon affiliate): ๐Ÿ–ฅ๏ธ Samsung 49-inch CRG9 Curved Monitor = https://geni.us/MDpejc - If you are buying this, I can recommend the Mi Monitor Light Bar = https://geni.us/3Wwad 0:00 Intro 1:37 Open Application in Power Automate for Desktop The Run application action needs to be used to open an application in Power Automate for desktop. First, fill in the Application path. 2:17 Close Application Use the Terminate process action to close all instances of an application. 5:25 Click UI element in window To click a button in an application the Click UI element in window action is used. Find the button in your application and press Ctrl + the left mouse button. It's best practice to rename the UI elements to make the process easier to maintain and update. 6:26 Create a Dynamic Selector Dynamic selectors are very powerful, as they allow us to move away from a static solution. We use a variable in the selector. 10:58 Extract data from window The Extract data from a window is used to extract data from a window. Create a UI element, and the result will be stored in a variable. 12:48 Get subtext Use the Get subtext action to manipulate text and get a part of the text. Remember that the character position is zero-indexed. #office365 #powerautomate #microsoft