We need the ability to get various metadata about the app using formula. For example it woud be great to display the version number and relelase date of the app rather than manually adding them in a text field.
Need a simple Function ... for example GetAppVersion() that returns the Version Number of the app in play. This then could be displayed in a Text box somewhere in the app, like on the Title Bar.
I need to display the version of the app and optionally relelase(publish) date and finally the name of the app. I used app name on several screens in my app and when I wanted to rename app I had also to change the text of several labels ...
As an app developer, this is essential to keeping the experience smooth running for the end user. I like the idea of a new function getappversion() - or if you could point us to how to pull that info another way, that would be great!