Skip to content

Commit f5cef72

Browse files
authored
removed section
Perform an action when a user taps the notification section to mobile topic
1 parent c3f307a commit f5cef72

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

powerapps-docs/maker/canvas-apps/add-notifications.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -58,29 +58,6 @@ In this article, the sample app used for notifications is built from the default
5858

5959
![Power Apps formula](./media/add-notifications/powerapps-function.png)
6060

61-
## Perform an action when a user taps the notification
62-
63-
### Pass parameters
64-
65-
Your push notification can pass specific parameters to the app. For example, to read the **CaseID** value, use *Param("CaseID")*. To quickly identify this parameter, add a **Label** control to your app. Set the **Text** property of that control to **Param("CaseID")**. If the user opens the app from the **All apps** list, the value is empty. If the user opens the app from another ___location on the device, the value is populated with the **CaseID** value.
66-
67-
### Set the start page
68-
69-
You can set your app to open, for example, the **Case details** page as soon as the app opens:
70-
71-
1. Add a **Timer** control, and set its **OnTimerEnd** property to this formula:
72-
73-
`Navigate(EditCase, ScreenTransition.None)`
74-
75-
1. (optional) Hide the **Timer** control by setting its **Visible** property to **false**.
76-
77-
1. Set the **OnVisible** property of the screen to **Timer.Start()**.
78-
79-
> [!TIP]
80-
> It's a good idea to create a unique first page in the app for the notification:
81-
>
82-
> 1. Create an empty page that your app doesn't already open, add a **Text Input** control, and set its **timer.Duration** value.
83-
> 2. When you create the app, set the timer to a non-zero value. When you're ready to publish the app, set the value to **0** to immediately trigger the timer.
8461

8562
## Syntax
8663

0 commit comments

Comments
 (0)