PowerApps Under 2 mins - Notify Function

Опубликовано: 20 Февраль 2026
на канале: SMK Geek Speak
261
4

In this video, i am discussing Notify function, which is quite a useful function to show your notification.

Following are the Notify function details
Notify( Message [, NotificationType [ , Timeout ] ] )

Message – Required. Message to display to the user.
NotificationType – Optional. Type of the message to display from the table above. The default is NotificationType.Information.
Timeout – Optional. Number of milliseconds to wait before automatically dismissing the notification. The default is 10 seconds (or 10,000 milliseconds). The notification will be displayed indefinitely with a Timeout of 0.

Please find the official documentation on following URL
https://docs.microsoft.com/en-us/powe...

I just realized that i have gone over 2 mins :)