Getting the Native app model version

1
We have a mendix native app. I’d like to get and display the current model version of the app. So we don’t have to manage a text version (that has to be translated to 16 languages). Is there a way to dynamically fetch the current model version (not app version) using a nanoflow or js function of some kind? Thanks for any help
asked
1 answers
0

CommunityCommons.getModelVersion (locally it says ‘unversioned’)

 

Get to the app via an entity or microflow

 

it is missing from https://docs.mendix.com/appstore/modules/community-commons-function-library/

answered