Skip to content

Commit 96871ae

Browse files
committed
fixed link
1 parent 9fb0bee commit 96871ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/canvas-apps/working-with-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Other functions are specifically designed to modify data and have side effects.
154154

155155
You can also build a formula that calculates data for an individual record, takes an individual record as an argument, and provides an individual record as a return value. Returning to our gallery example above, let's use the **Gallery1.Selected** property to display information from whatever record the user selects in that gallery.
156156

157-
1. Add a [**Button**](controls/button-control.md), and set its **[OnSelect](controls/properties-core.md)** property to this formula:<br>
157+
1. Add a [**Button**](controls/control-button.md), and set its **[OnSelect](controls/properties-core.md)** property to this formula:<br>
158158
**Collect( SelectedRecord, Gallery1.Selected )**
159159

160160
2. While holding down the Alt key, select the button.

0 commit comments

Comments
 (0)