Skip to content

Commit 4a12073

Browse files
authored
Update property setting description for debug button
1 parent ad96b89 commit 4a12073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/power-platform/power-apps/create-and-use-apps/monitor-debugging-canvas-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Because you can't place Trace in data properties (such as a label's `Text`), use
6969

7070
To create a debug button:
7171

72-
1. Add a button that's named `btnDebugSnapshot` and that has the **Visible** setting set to `Param("debug") = "true"`.
72+
1. Add a button that's named `btnDebugSnapshot` and that has the **Visible** property set to `Param("debug") = "true"`.
7373

7474
For more information about how to pass parameters, see [Param function](/power-platform/power-fx/reference/function-param).
7575
1. In `OnSelect`, call Trace with a snapshot record.

0 commit comments

Comments
 (0)