Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Governance and Administ...
Unanswered

App Version Unique Identifier?

(0) ShareShare
ReportReport
Posted on by 1,855

I'm using the Flow Action 'Get PowerApps as Admin' for some PowerApps administrative tasks. The response has an "appVersion" in the form of a timestamp. This format is not compatable with the system i'm using. I need something like "v1.1.0" to iterate upon.

[
 {
 "name": "808111ac-f9cc-65ff-8716-240f22334e0",
 "id": "/providers/Microsoft.PowerApps/scopes/admin/environments/d3tefat0-awe0-42t9-96ec-adsdfg520dc4/apps/808asdf8ac-f9cc-4asdf-87d6-2asdf260484e0",
 "type": "Microsoft.PowerApps/scopes/admin/apps",
 "tags": {
 "primaryDeviceWidth": "1366",
 "primaryDeviceHeight": "768",
 "sienaVersion": "20191228T051347Z-3.19121.12.0",
 "deviceCapabilities": "",
 "supportsPortrait": "false",
 "supportsLandscape": "true",
 "primaryFormFactor": "Tablet",
 "publisherVersion": "3.19121.12",
 "minimumRequiredApiVersion": "2.2.0",
 "hasComponent": "false",
 "hasUnlockedComponent": "false"
 },
 "properties": {
 "appVersion": "2019-12-28T05:13:47Z",
 "createdByClientVersion": {
 "major": 3,
 "minor": 19121,
 "build": 12,
 "revision": 0,
 "majorRevision": 0,
 "minorRevision": 0
 },
 "minClientVersion": {
 "major": 3,
 "minor": 19121,
 "build": 12,
 "revision": 0,
 "majorRevision": 0,
 "minorRevision": 0
 },
 "owner": {
 "id": "ba54537c-ad87-4d22-bbff-882weq4a0d90",
 "displayName": "Eric Thomas",
 "email": "yo@yoyo.com",
 "type": "User",
 "tenantId": "ad901d52-3ec1-472f-bf86-b1866118a7a6",
 "userPrincipalName": "yo@yoyo.com"
 },
 "createdBy": {
 "id": "ba54537c-ad87-4d22-bbff-882f064a0d90",
 "displayName": "Eric Thomas",
 "email": "yo@yoyo.com",
 "type": "User",
 "tenantId": "ad901d52-3ec1-472f-bf86-b1866118a7a6",
 "userPrincipalName": "yo@yoyo.com"
 },
 "lastModifiedBy": {
 "id": "ba54537c-ad87-4d22-bbff-882f064a0d90",
 "displayName": "Eric Thomas",
 "email": "yo@yoyo.com",
 "type": "User",
 "tenantId": "ad901d52-3ec1-472f-bf86-b1866118a7a6",
 "userPrincipalName": "yo@yoyo.com"
 },
 "backgroundColor": "rgba(0, 176, 240, 1)",
 "backgroundImageUri": "https://pafeblobprodby.blob.core.windows.net:443/20191228t000000zd8e8b2a4625c48d6a084424d6d89fa8e/ryr_azuremapsappdemo_110a0_BackgroundImageUri?sv=2018-03-28&sr=c&sig=poHNg4NQ6%2FCzZIJtk27b%2BmEkTjg93cCLXCUII%2BN2Fxw%3D&se=2020-03-09T21%3A02%3A06Z&sp=rl",
 "displayName": "Demo",
 "description": "",
 "publisher": "",
 "appUris": {
 "documentUri": {
 "value": "https://pafeblobprodby.blob.core.windows.net:443/20191228t000000zd8e8b2a432455c48d63454d6d3458e/ryr_azuremapsappdemo_110a0_DocumentUri.msapp?sv=2018-03-28&sr=c&sig=99sdfdDCdekXrBsN%2 ID%2BzENaEs%3D&se=2020-01-12T08%3A00%3A00Z&sp=rl",
 "readonlyValue": "https://pafeblobprodby-secondary.blob.core.windows.net/20191228t000000zd8e8b2a4625c4asdf24d6dasdfe/ryr_azuremapsappdemo_110a0_DocumentUri.msapp?sv=2018-03-28&sr=c&sig=99Y0w2wBnSqVZIodDCasdfsN%2FxMndOGjfdaEs%3D&se=asfd12T08%3A00%3A00Z&sp=rl"
 },
 "imageUris": []
 },
 "createdTime": "2019-12-28T05:13:47.9727472Z",
 "lastModifiedTime": "2020-01-03T06:29:48.346447Z",
 "sharedGroupsCount": 0,
 "sharedUsersCount": 0,
 "appOpenProtocolUri": "ms-apps:///providers/Microsoft.PowerApps/apps/808a9asdfc-f9cc-4sdf716-asdfsdfsdfs",
 "appOpenUri": "https://apps.powerapps.com/play/80adsfc-fadf-40asdf-8716-fa0adsf484e0?tenantId=ad9asdf2-3easdf72f-bfaf-b1asdf6",
 "connectionReferences": [],
 "databaseReferences": {},
 "userAppMetadata": {
 "favorite": "NotSpecified",
 "includeInAppsList": false
 },
 "isFeaturedApp": false,
 "bypassConsent": false,
 "isHeroApp": false,
 "environment": {
 "id": "/providers/Microsoft.PowerApps/environments/d3befab0-a020-4279-96ec-adb533520dc4",
 "name": "d3asdf0-427adsfc-adb5afdc4"
 },
 "almMode": "Solution"
 },
 "logicalName": "ryr_azuremapsappdemo_110a0",
 "isAppComponentLibrary": false
 }
]

I want to access the "Version" shown when you click Apps/Details/Version: How can this be accessed?

image.png

Categories:
  • v-siky-msft Profile Picture
    on at
    Re: App Version Unique Identifier?

    @seadudeFrom the PowerAppsforAppMakers/PowerAppsforAdmin APIs, we can only get the app version a DateTime type. If you want to get the version name, I am afraid it is not supported.

    Please submit an idea to PowerApps Ideas Forum: https://powerusers.microsoft.com/t5/Power-Apps-Ideas/idb-p/PowerAppsIdeas 

    Sik

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Power Apps Governance and Administering

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 11 Super User 2025 Season 1

#2
bscarlavai33 Profile Picture

bscarlavai33 5 Super User 2025 Season 1

#3
getsplash Profile Picture

getsplash 2

Overall leaderboard

Featured topics