web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / how to do double click...
Power Automate
Unanswered

how to do double click and other essential UI functions

(0) ShareShare
ReportReport
Posted on by

It says in the instructions for UI flows wth WinAutomation that thse are not supported:

so how the %^@#%%&$%& are we supposed to do them? especially double click which is, you know, an essential part of some programs actions.

  • Desktop UI Flows

    • Multiple monitors
    • Double click, mouse hover, touch/pen input
    • Interactions on Windows (File explorer, startup menu, task bar, etc.)
  • Web UI Flows

    • Right click.
Categories:
I have the same question (0)
  • Rohit Sharma354 Profile Picture
    Microsoft Employee on at

    Hello @Smila ,

     

    As documented below, this is a known limitation with UI Flows and currently not supported.

    https://docs.microsoft.com/en-us/power-automate/ui-flows/create-desktop#known-issues-and-solutions

     

    UI Flows are evolving and I am optimistic that these program actions should soon be included in upcoming releases. Feel free to add an Idea on below forum:

     

    https://powerusers.microsoft.com/t5/Power-Automate-Ideas/idb-p/MPAIdeas

     

    Thanks and Best Regards,

     

    Community Support Team _Rohit Sharma.

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • InfiniteMonkeys Profile Picture
    2 on at

    I have the same need for advanced mouse functions.  Double-click, repetitive or rapid clicks (loops are too slow), mouse wheel and other buttons and for non-ui-elements, click-drag(select), click-drag(move+drop).

     

    Without these, there are too many tasks which cannot be fully automated.

    The same request was made a year before this one.  And now, 9 months later, no update on when the feature optimistically expected by https://community.powerplatform.com/profile/?userid=CB93F90B-5CAA-E911-A992-000D3A4F3343 Rohsh354 is still not included.

     

    I would appreciate a more concrete reply that this is in the feature build and when it might be expected.

     

    Thanks

  • RedC Profile Picture
    2 on at

    This is my workaround for a Triple Click command.

     

    In Power Automate:

      RunApplication 'TripleClick.exe'

     

    AutoIT program TripleClick.exe

    #cs ----------------------------------------------------------------------------

    Script Function:
    Triple click the current mouse position

    #ce ----------------------------------------------------------------------------

    ; Script Start - Add your code below here
    $pos = MouseGetPos()
    MouseClick("left", $pos[0], $pos[1], 3, 200)

     

    MouseClick() function above will click 3 times with a 200ms delay between each click.

     

    Not sure if Microsoft will allow this post for suggesting use of freeware software.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 711

#2
Vish WR Profile Picture

Vish WR 691

#3
Haque Profile Picture

Haque 525

Last 30 days Overall leaderboard