Hi,
I want to display a warning for my users if they are not running the latest published version of my app (because PowerApp's native warning isn't always displayed) so that they could update it.
To do that, I grabbed the published version by using the PowerappsForMakers connector:
PowerAppspourlescréateurs.GetApp("id").properties.appVersion
This gives me the release date, but I now want to check if it matches the version deployed on the user-end.
How can I get it? I checked things like "App.StudioVersion", "Host.Version" but I couldn't find it.