My case I need to track this version is latest one means not a problem if oldest version means need to show popup. But I tried Sharepoint list based current version but i need to know how to track without connectors or sp list
Loading
My case I need to track this version is latest one means not a problem if oldest version means need to show popup. But I tried Sharepoint list based current version but i need to know how to track without connectors or sp list
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raghunath BhukanPosted Feb 27, 2026, 3:38 AM
Hi Ajithkumar,
Better Method is Auto Detect Old Session:
Power Apps automatically caches old versions in browser sessions.
To detect if user hasn’t refreshed:
Use This Trick:
In App OnStart:
Then in a hidden label:
When you publish a new version:
Change version number to
"1.0.4"Old sessions will still hold
"1.0.3"New app contains
"1.0.4"Mismatch triggers message
Important Limitation:
Without:
SharePoint
Dataverse
Environment Variables
Connectors
We cannot centrally control version checking dynamically.
Because:
Power Apps has no built-in “current published version” function.
No way to fetch “latest version” from server without data source.