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 / Get PAD Version number
Power Automate
Answered

Get PAD Version number

(0) ShareShare
ReportReport
Posted on by 237

Is there a way to get the version number of the PAD that the flow is running on ?

  • MichaelAnnis Profile Picture
    5,727 Moderator on at

    On your main PAD window (with all your flows), go to Help -> About.

     

    If you need it automated it would be something like:

    Focus Power Automate Desktop (Preview) window

    Send Keys {LShiftKey}({Tab:5}) (this is assuming the top flow is highlighted at start)

    Send Keys {Enter} 'to select the Help Icon

    Send Keys {Down} 'to move the selector down to the About

    Send Keys {Enter} 'to select the About icon

    OCR the active window

    Parse Text on "Version " to %Position%

    Get SubText from %Position + 8% to %Position + 20%

     

    Good luck

  • GanCW Profile Picture
    237 on at

    I was looking for a way to get the version number into the automation log file without UI interaction.

     

    Thanks anyway.

     

     

  • Verified answer
    VJR Profile Picture
    7,635 on at

    Hi @GanCW 

     

    Here is one way of getting the version details by running a Powershell script.

     

    VJR_0-1646484038412.png

     

     

     

    The script used is:

     

    Get-WmiObject -Class Win32_Product | where-Object Name -Match "Power Automate for Desktop" | select Version

     

     

    VJR_1-1646484094752.png

     

    Tip:

    If you do not want the other text, then use the Replace function to replace the word "Version" and ------- into a blank string %''%

     

     

     

  • GanCW Profile Picture
    237 on at

    Thanks. This is great.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 227 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 221 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 132

Last 30 days Overall leaderboard