Introduction:
In this blog, we can see how to notify a user on the screen in PowerApps.
Notify Messages in Power Apps:
In PowerApps, we create customized
forms, Apps to our business need.
We might have come across a situation like notify the user about various things happening through the User Interface.
To Achieve this type of situation,
PowerApps provided a function called “Notify”
Syntax: Notify (“Message”, [NotificationType], [Time])
There are four types in Notification:
- NotificationType.Information
- NotificationType.Error
- NotificationType.Success
- NotificationType.Warning
Here time is optional to show our message in particular seconds.
Steps to Create notification in PowerApps:
1. Create a Canvas App in PowerApps.
2. Then create a button on the screen in PowerApps.
Here, I
have created a button, need to write formula on Onselect Property of a button.
Below image
shows NotificationType.Information:
3. Here, I have created a button, need to write formula on Onselect Property of a button.
Below image
shows NotificationType.Success:
4. Here, I have created a button, need to write formula on Onselect Property of a button.
Below image
shows NotificationType.Error:
5. Here, I have created a button, need to write formula on Onselect Property of a button.
Below image
shows NotificationType.Warning:
This is the
process to show notification types of messages with different background colors
in PowerApps.
Comments
Post a Comment