Skip to content

Commit 08177f3

Browse files
authored
Update save-publish-app.md
New feature around app notifications when users are seeing an older version of the app. This is only available in certain scenarios for now. We are working on enabling it for other scenarios.
1 parent 6cd071e commit 08177f3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

powerapps-docs/maker/canvas-apps/save-publish-app.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,21 @@ To publish the most recent version, highlight the version and select ellipsis (.
6161
> - If you already have an app open while a new version is published, you must reload the app to get the latest changes.
6262
> - To reduce the time users wait to access your app, the app preload capability is turned on. You can chose to turn it off. Learn more [here](performance-tips.md#enable-preload-app-for-enhanced-performance).
6363
64+
## Showing toast notifications on app availability
65+
66+
Recently published changes may not be immediately available when an app is launched, depending on the complexity of the app. When we detect this, we will inform end-users with a toast notification that says 'A new version of this app is coming. We'll let you know when it's available". When the published changes are ready, we will show an additional toast notification that says "You're using an old version of this app. Refresh to use the latest version", with a button for end-users to 'Refresh'.
67+
68+
The following table shows the scenarios where this notification is available.
69+
70+
| Scenario | Availability |
71+
| - | - |
72+
| Canvas app on web | Generally available |
73+
| Customized SharePoint Forms | Not available |
74+
| Canvas app embedded in Teams | Not available |
75+
| Canvas app embedded in PowerBI | Not available |
76+
| Power Apps web part | Not available |
77+
| Canvas app embedded in iframe | Generally available |
78+
6479
## Next steps
6580

6681
* Find and run the app in a [browser](../../user/run-app-browser.md) or on a [phone](../../mobile/run-powerapps-on-mobile.md).

0 commit comments

Comments
 (0)