Skip to content

Commit c70d511

Browse files
authored
Merge pull request MicrosoftDocs#177 from lancedMicrosoft/patch-2
fix control reference
2 parents 7db9291 + a62db39 commit c70d511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Let's rebuild our adding machine by using a global variable:
100100

101101
3. To update the running total whenever a user selects the **Add** button, set its **[OnSelect](controls/properties-core.md)** property to this formula:
102102

103-
**Set( RunningTotal, RunningTotal + Text1 )**
103+
**Set( RunningTotal, RunningTotal + TextInput1 )**
104104

105105
The first time a user selects the **Add** button and **[Set](functions/function-set.md)** is called, **RunningTotal** is created with a default value of *blank*. In the addition, it will be treated as a zero.
106106

0 commit comments

Comments
 (0)