You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/add-notifications.md
+16-18Lines changed: 16 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,16 @@ You can send a push notification from one app to another or to the same app. In
19
19
20
20
In this article, the sample app used for notifications is built from the default **Case Management** app template.
21
21
22
+
> [!NOTE]
23
+
> Before you begin, create push notifications for the Power Apps mobile app. More information: [Create push notifications for the Power Apps mobile app](../../mobile/power-apps-mobile-notification).
24
+
22
25
1. In [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), go to the app to which you want to send push notifications.
23
26
24
27
1. Copy the app ID. More information: [Get an app ID](get-sessionid.md#get-an-app-id)
25
28
26
29
1. In the left pane, select **Data** - **Connections**.
27
30
28
-
1. Edit the app that you want to send the notifications from. More information: [Edit an app](edit-app.md)
31
+
1. Edit the app. More information: [Edit an app](edit-app.md)
29
32
30
33
1. Select **View** - **Data sources**.
31
34
@@ -43,23 +46,19 @@ In this article, the sample app used for notifications is built from the default
43
46
44
47
1. Select **Connect**.
45
48
46
-
1. Add the connection to the trigger app.
49
+
1. Add the push notification connection to the trigger app using the similar steps.
47
50
48
51
In our example, we use the same app as the trigger app. The user who reassigns the case also triggers a push notification to the new case owner.
0 commit comments