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 Apps / Display an APP version...
Power Apps
Answered

Display an APP version number

(4) ShareShare
ReportReport
Posted on by

Hi All,

I have been having an issue recently where it seem to take a few minutes for my published app to actually show up properly.

 

Example:

I customize a form, and I have to refresh my browser many times to get the correct version.  I started putting my own version number on the main screen, but if i forget I am not sure what version is actually published.  I started putting a number on the fields I update to make sure that I am seeing the latest.

My PowerApps APP on my phone takes a few minutes at times to finally refresh and tell me my app has a new update.

 

A version number would help to make sure I am testing the latest version, instead of trying to figure out why my change did not take effect.

 

TIA,

Joe

Categories:
I have the same question (0)
  • Verified answer
    eka24 Profile Picture
    20,925 on at

    You have to Connect to PowerAppsforMakers in your app:

    Follow:

    https://sharepains.com/2019/09/27/get-the-version-number-of-your-app-in-powerapps/

    https://dysfunctionalconsultant.com/powerapps-canvas-apps-how-to-display-the-version-number-inside-the-app/

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • rseiler Profile Picture
    116 on at

    Unfortunately, that will not work with the typical Office 365 PowerApps plan, just whatever the modern equivalent is of Plan 2.

    I agree with the OP: the need to refresh (or just flat-out wait a minute or two after publishing) is an annoyance.

  • Mike_KaiserPerm Profile Picture
    33 on at

    that links solution did not work.  I was able to find a way to count all the different versions by creating a collection.  Not sure why the link at sharepains did not work.

  • marpio Profile Picture
    on at

    Can you please explain how you proceeded? What data did you put in the collection?

     

    Thanks

  • Mike_KaiserPerm Profile Picture
    33 on at

    Use code like this to ungroup the information that is contained in these collections:

    1. Before coding connect to PowerAppsforMakers

    2. Also, get your appNumber from details about your app.  Set(appNumber,GUID("yourappID"))  - yourappID is from the details section of your powerapp environment.  Select the 3 dots by your appname and choose details.  Then you will see this cryptic App ID.

     

    Then code like this in sequence from the On Start:

    ClearCollect(colAppVersions,PowerAppsforMakers.GetAppVersions(appNumber));
    ClearCollect(colAppVersionsUngrouped,Ungroup(colAppVersions,"value"));
    Set(_MyVersions,CountRows(colAppVersionsUngrouped));
    Set(_VersionDate,LookUp(Ungroup(colAppVersions,"value"),properties.lifeCycleId="Published").properties.appVersion);

     

    you can put this in an html control somewhere to display date and app version number

    "<b><font color=blue>App Last Modified: </font></b>" & LookUp(Ungroup(colAppVersions,"value"),properties.lifeCycleId="Published").properties.appVersion & "<b><font color=blue> Ver: </font></b>" & _MyVersions

     

    Hope that helps

     

    MB

  • marpio Profile Picture
    on at

    Thanks MB, but unfortunately I was looking for a solution without PowerAppsForMakers. In fact in our organization only developers have a license for this. That would stop the majority of users...

  • Mike_KaiserPerm Profile Picture
    33 on at

    That's too bad.  You might want to create a simple table and reference it in your app with a look up function.  Something like revision #, date, and description.    Make a button to update it as you publish during development.   Not too difficult to setup and simple enough to give you a version number and date to display in the app. 

  • KEarley Profile Picture
    276 on at

    Where does one put the code, Set(appNumber,GUID("yourappID"))?

  • Mike_KaiserPerm Profile Picture
    33 on at

    I had mine in the On Start of the app.   I have recently learned there is a date formatting issue with this particular coding method. Not sure what it is as it appears to work but apparently in the monitor you can see the error being cast frequently.

  • KEarley Profile Picture
    276 on at

    To the moderator:  Please delete this post.

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 610

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard