Hello,
do you know if there is any way to show the app published date automatically in the app?
Thanks a lot
Solved! Go to Solution.
Hi @Antonio,
I'm afraid that you cannot show published data inside an app so far. If you really need this, please consider to add an idea in the PowerApps Ideas forum, so it might be considered for future releases.
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
Regards,
Mona Li
Hi @Antonio,
I'm afraid that you cannot show published data inside an app so far. If you really need this, please consider to add an idea in the PowerApps Ideas forum, so it might be considered for future releases.
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
Regards,
Mona Li
I was able to finally get the Last Published Date to show!
Use the PowerAppsforAppMakers Connector.
ClearCollect(myAppVersionsv2,PowerAppsforMakers.GetAppVersions("YourAppID"));
ClearCollect(myAppUngroup1,Ungroup(myAppVersionsv2,"value"));
Set(Publ,First(Filter(myAppUngroup1,properties.lifeCycleId = "Published").properties);
Set(PublDate,Publ.appVersion)
PublDate will display the Date/Time of the last Published.
Also if you don't delete old version, you can use a Label like this to place a quick Version # as well.
I used this site to get me started and updated to suit my needs:
https://dysfunctionalconsultant.com/powerapps-canvas-apps-how-to-display-the-version-number-inside-t...
Thanks, this is exactly what I was looking for and works perfectly!
Where is this PowerAppsforAppMakers? I looked in the add data section under connectors. No find.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
192 | |
57 | |
43 | |
36 | |
34 |
User | Count |
---|---|
268 | |
78 | |
75 | |
74 | |
66 |