Difference between revisions of "In-app notifications"

From Power Wiki
Jump to navigation Jump to search
Line 14: Line 14:
  
 
== Microsoft Resources ==
 
== Microsoft Resources ==
* [https://docs.microsoft.com/en-us/powerapps/user/notifications/?WT.mc_id=DX-MVP-5003780 In-app notifications in model-driven apps (preview)]
+
* [https://docs.microsoft.com/en-us/powerapps/user/notifications/?WT.mc_id=DX-MVP-5003780 In-app notifications in model-driven apps (preview)] (User/Maker perspective)
* [https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/send-in-app-notifications Send in-app notifications within model-driven apps (preview)]
+
* [https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/send-in-app-notifications Send in-app notifications within model-driven apps (preview)] (Developer perspective)
 
* [https://powerapps.microsoft.com/en-us/blog/announcing-public-preview-for-in-app-notifications-for-model-driven-apps/ Announcing public preview for in-app notifications in model-driven apps] Power Apps blog 2021-08-26
 
* [https://powerapps.microsoft.com/en-us/blog/announcing-public-preview-for-in-app-notifications-for-model-driven-apps/ Announcing public preview for in-app notifications in model-driven apps] Power Apps blog 2021-08-26
  

Revision as of 17:17, 2 December 2021

In-app notifications
Use Cases Send messages to users within model-driven apps
Public preview 2021-08-26
General availability
MS Docs In-app notifications in MS Docs
MS Learn

The in-app notifications feature can be used in your model-driven apps in order to send notifications to app users. The notifications will be stored in a "notification center" until they are dismissed or expired. By default, notifications expire in 14 days but the expiration date can be modified by a system administrator.

Good to know

In-app notifications give the user notifications within the model-driven app and these notifications can be seen when using the app. Other alternatives for notifying users are e.g. using form notifications (with JavaScript) and Power Automate Cloud Flows to send e-mails or using the Microsoft Teams connector to have messages in Teams. With Plugins you can use the InvalidPluginExecutionException in order to e.g. prevent saving a row as part of some business logic.

Microsoft Resources

Community Resources

Articles

Tools