Hi All,
Can I get Version of current app easier ?
I've tried connector PowerAppForMakers
Data I recieved is not what is expected.
here AppVersion is,
and I want this,
Any help would be great.
Try this: Replace the display name with the display name of your app
CountRows(PowerAppsforMakers.GetAppVersions(First(Filter(PowerAppsforMakers.GetApps().value,properties.displayName = "version")).name).value)
Hi @JR-BejeweledOne ,
I have previously used the exact same formula but its showing incorrect value.
It doesn't seem to give version that is 'LIVE'.
Currently, My App is Live on version 19.
Its showing 20.
I've checked but data table doesn't store field or tag relating to Live version.
Hence I seek help from here.
Any chance to get LIVE version ?
Hello,
I found your post and thought I would contribute.
Use the following code to count the number number of rows returned using GetAppVersions(). This is essentially your version number.
CountRows(PowerAppsforMakers.GetAppVersions("YOUR_APP_ID").value)
Hope this helps anyone else who comes across this thread.
Cheers!
None of these "CountRows" solutions work if you have more than 100 versions due to delegation.
Any other ideas?
Hi @Larry_Dickerson ,
You can use pagination technique where we use Last(Gallery.AllItems) and get all records that are present.
You can refer Reza Dorrani's Pagination video on YT for handling Delegation problem.
With that you can get more records in your PowerApp.
Hope this helps.
Thanks Ethan. I'll check out Reza's pagination video (was hoping this would be possible without jumping through hoops, but then, what fun is that?) 😉
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
180 | |
52 | |
41 | |
38 | |
28 |
User | Count |
---|---|
255 | |
81 | |
71 | |
68 | |
66 |