Last active
March 31, 2021 11:20
-
-
Save expiscornovus/8117e764f025f4c79104c7c4a5614527 to your computer and use it in GitHub Desktop.
Select File From File Explorer in Power Automate Desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UIAutomation.Click Element: appmask['Window \'File Upload\'']['Edit \'File name:\''] ClickType: UIAutomation.ClickType.LeftClick MousePositionRelativeToElement: UIAutomation.RectangleEdgePoint.MiddleLeft OffsetX: 90 OffsetY: -1 | |
UIAutomation.FormFilling.PopulateTextField TextField: appmask['File Upload\'']['Edit \'File name:\''] Text: InvoiceFileName | |
UIAutomation.FormFilling.PressButton Button: appmask['Window \'File Upload\'']['Button \'Open\''] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment