
Hi @mmxupp ,
I have a list called Parameters with a numeric field called CurrentVersion. I run this at App OnStart
Set(
gblCurrentVer,
Value(First(Parameters).CurrentVersion)
);
Set(
gblThisVersion,
1.75
);
Set(
gblNotCurrent,
gblThisVersion < gblCurrentVer
);
I update the second item each time I change the app and update Parameters when I want to enforce the update.
I then test for gblNotCurrent being true/false on the start screen and show/hide the relevant message and controls.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps