CurrentUser context is available to fetch user information.
Can we please also have CurrentApp context as well? I’d like to add app version into the user log to facilitate troubleshooting.
Can evaluate for enhancement in VB
what is the use case ?
For example, to include the version of the published app in the user log. whenever before I publish a change, I manually set the app variable as app version. the app variable is then used as input argument for an logging process.
If CurrentApp.Version can return the published version, it would eliminate the manual step of making the change.
keeping track of the app version also helps when troubleshooting and identify if an issue is new or the fact that the user has not refresh the app to the latest published version.
Will add as enhancement but prioritisation wise can’t commit