Hi gang,
just wondering if the published version number is available from within the App as a system variable? It would make checking that the user has the latest vesion a lot easier...?
Solved! Go to Solution.
Thanks for the feedback.
Currently there is no function available to return the current Version of the App in PowerApps, based on what I know.
You may consider submit this as an idea under PowerApps idea forum:
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
For the function list, see:
Formula reference for PowerApps
Regards,
Michael
Thanks for the feedback.
Currently there is no function available to return the current Version of the App in PowerApps, based on what I know.
You may consider submit this as an idea under PowerApps idea forum:
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
For the function list, see:
Formula reference for PowerApps
Regards,
Michael
Hello,
I have a solution for this. I've just made a video and posted it on my blog here.
The blog primarily covers how to display the version number but putting it in a variable is probably easier.
Using the PowerApps for App Makers connection you can retrieve the apps versions. From there you can count all versions or count the current published version and then all previous versions.
You are looking at running something like:
ClearCollect(myAppVersionsv2,PowerAppsforAppMakers.GetAppVersions("App ID"))
App ID is the unique identifier for you app.
And then:
Set(Version Number, CountIf(Ungroup(myAppVersionsv2,"value"),properties.lifeCycleId="Published" Or properties.appVersion<=publishedVersionv2)
I hope that helps.
Cheers,
Lachlan
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
199 | |
72 | |
50 | |
41 | |
30 |
User | Count |
---|---|
257 | |
116 | |
95 | |
91 | |
76 |