Hi,
I am trying to get version number of application using below function but I am getting published version date and time but not version numbert. I used PowerAppsforAdmins too but same issue .
Set(varAppVersionNumber, LookUp(PowerAppsforMakers.GetApps().value,properties.displayName = "Policy Application", properties).appVersion);
I do have system administration permissions in this dev environments, but I am not sure why I am getting date and time.
Any help would be greatly appreciated.