I have a scenario when the user has opened the app and never closes it and there will be an instance where the app is updated to a newer version but his app is still on the last version as it was not refreshed. is there a way we can let them know that the current version they are in is outdated and must refresh the page to update?
Hi @nagestiada ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
Visit my blog Practical Power Apps
Hi @nagestiada ,
You would need a reference list with one field and one record and would need to set a Variable, which you would hard-code for each version at App OnStart
Set(gblVersion, "YourVersionNumber")
with the Visible on the message
With(
{wVersion: First(YourReferenceList).YourReferenceField},
YourReferenceVariable <> wVersion
)
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.
Visit my blog Practical Power Apps
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1