Skip to content

Commit 3b05057

Browse files
authored
Update power-apps-mobile-notification.md
1 parent b9c526b commit 3b05057

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/mobile/power-apps-mobile-notification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,19 @@ When you trigger a push notification from a flow, you can send the notification
112112
- **Recipient Items-1**: Select how the flow is triggered.
113113
- **Message**: Enter the notification message.
114114
- **Open app**: Select whether to open the app or not when the user selects the notification.
115-
- **Parameters**: Key-value parameters to pass with the notification. Your push notification can pass specific parameters to the app. These can be further processed in the app to open a specific page and load a specific state. For more information, see [Perform an action when a user taps the notification](https://docs.microsoft.com/powerapps/maker/canvas-apps/add-notifications#load-a-specific-page-and-context-when-a-user-taps-the-notification).
115+
- **Parameters**: Key-value parameters to pass with the notification. Your push notification can pass specific parameters to the app. These can be further processed in the app to open a specific page and load a specific state. For more information, see [Perform an action when a user taps the notification](power-apps-mobile-notification.md#perform-an-action-when-a-user-taps-the-notification).
116116

117117
![Enter the notification information](media/canvasapp-info.png)
118118

119119
8. When you're done, select **Save**.
120120
9. Select **Flow checker** to check for error or warnings.
121121
10. Test the flow by selecting **Test** and follow the prompts.
122122

123-
## Perform an action when a user taps the notification
123+
## Perform an action when a user taps the notificatio
124124

125-
### Pass parameters
125+
### Read parameters
126126

127-
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.
127+
To read the passed parameters, use Param("ParameterName"). 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.
128128

129129
### Set the start page
130130

0 commit comments

Comments
 (0)