Show Notification Success and Error messages in PowerApps

Show Notification Success and Error messages in PowerApps

Microsoft Documentation:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-showerror

Messages demonstrated:
Notify( “This is success message”, NotificationType.Success, 5000)
Notify( “This is an Error message”, NotificationType.Error, 5000)
Notify( “This is a warning message”,NotificationType.Warning)
Notify( “This is an information message”,NotificationType.Information)

You can watch the full video here:
https://youtu.be/Q_N7WCakOII