Skip to content

Commit 8c58a21

Browse files
authored
Passing and reading push notification params
Adds documentation around passing and reading parameters as part of the canvas push notification
1 parent b53f2ec commit 8c58a21

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,14 @@ When you trigger a push notification from a flow, you can send the notification
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
124+
125+
### Pass parameters
126+
127+
For canvas apps, you can pass key-value pairs using the **Parameters** field as JSON. For example, if you wanted to pass the CaseID, you would put the following as **Parameters**:
128+
` { "CaseID": 42 }`. You can also use dynamic values from earlier steps as shown below.
129+
130+
<insert image>
124131

125132
### Read parameters
126133

0 commit comments

Comments
 (0)