When assigning critical Tasks to different users or teams, you probably want to
know when they have finished them! You probably also do not want a mobile push
notification disturbing you in your work. Luckily Model-Driven Apps provide a
way to notify users! In this post I show you how to accomplish this using Power
Automate and the In-App Notification center of Model-Driven Apps.
The In-App Notification center https://learn.microsoft.com/en-us/power-apps/user/notifications, when enabled, lets users see and manage all their notifications. This can be all sorts of notification, all of which you can create! You do this using either JavaScript,C# or Power Automate by creating a record in the Notifications table. Thecolumns in this table allow you to declare for example the title of the notification, the owner who is going to receive the notification and the
IconType which shows along with the notification.