Announcements
Just wondering how I can filter for Live version?
Ive look at various options inside the Powerapps for Makers connector but can't find this option.
Thanks in advance
Todd
Hi @Tango ,
If you perform a LookUp against the value.properties.lifeCycleID for "Published", you should get the latest "Live" version:
LookUp(PowerAppsforMakers.GetAppVersions(<App ID>).value, properties.lifeCycleId = "Published").properties.appVersion
When I use ThisItem.properties.appDefinition.properties.lastDraftVersion for item in the Gallery:
So, you can get the latest published version by:
First( Sort( PowerAppsforMakers.GetAppVersions("AppID").value, properties.appDefinition.properties.lastDraftVersion, SortOrder.Descending ) )
Best regards,
Thank you so much @BCBuizer This worked perfect
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 392 Most Valuable Professional
11manish 181 Super User 2026 Season 2
MS.Ragavendar 112 Super User 2026 Season 2