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 / How do I filter for Live?
Power Apps
Answered

How do I filter for Live?

(0) ShareShare
ReportReport
Posted on by 1,168

Just wondering how I can filter for Live version?

Tango_0-1689824668268.png

Ive look at various options inside the Powerapps for Makers connector but can't find this option.

 

Thanks in advance

 

Todd

 

Categories:
I have the same question (0)
  • Verified answer
    BCBuizer Profile Picture
    22,833 Super User 2026 Season 2 on at

    Hi @Tango ,

     

    If you perform a LookUp against the value.properties.lifeCycleID for "Published", you should get the latest "Live" version:

    BCBuizer_0-1689835677736.png

     

    LookUp(PowerAppsforMakers.GetAppVersions(<App ID>).value, properties.lifeCycleId = "Published").properties.appVersion
  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Tango ,

     

    When I use ThisItem.properties.appDefinition.properties.lastDraftVersion for item in the Gallery:

    vjefferni_0-1689836061058.png

     

    So, you can get the latest published version by:

    First(
     Sort(
     PowerAppsforMakers.GetAppVersions("AppID").value, 
     properties.appDefinition.properties.lastDraftVersion, 
     SortOrder.Descending
     )
    )

     

    Best regards,

  • Tango Profile Picture
    1,168 on at

    Thank you so much @BCBuizer This worked perfect

  • Tango Profile Picture
    1,168 on at

    Thanks @v-jefferni but this is giving me an error

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard