You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/get-started-create-from-blank.md
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ To follow the steps in this tutorial exactly, first create an Excel file using t
39
39
40
40
For more information, see [Format a table in Excel](how-to-excel-tips.md).
41
41
42
-
3. Save the file under the name **eventsignup.xls**, and then upload it to a [cloud-storage account](connections/cloud-storage-blob-connections.md), such as OneDrive.
42
+
3. Save the file under the name **eventsignup.xls**, close it, and then upload it to a [cloud-storage account](connections/cloud-storage-blob-connections.md), such as OneDrive.
43
43
44
44
> [!IMPORTANT]
45
45
> You can use your own Excel file and review this tutorial for general concepts only. However, the data in the Excel file must be formatted as a table. For more information, see [Format a table in Excel](how-to-excel-tips.md).
@@ -55,6 +55,10 @@ To follow the steps in this tutorial exactly, first create an Excel file using t
1. If the **Welcome to PowerApps Studio** dialog box opens, select **Skip**.
61
+
58
62
## Connect to data
59
63
1. In the middle of the screen, select **connect to data**.
60
64
@@ -124,12 +128,14 @@ To follow the steps in this tutorial exactly, first create an Excel file using t
124
128
125
129
For more information about these and other functions, see the [formula reference](formula-reference.md).
126
130
127
-
5. Type an **i** in the search box, and select the sort button once (or an odd number of times).
131
+
5. Type an **i** in the search box, select the sort button by clicking or tapping it, and then select it one more time (or an odd number of additional times).
128
132
129
133
The gallery shows these results.
130
134
131
135

132
136
137
+
1. Clear all text from the search box.
138
+
133
139
6. At the top of the screen, select the **[Label](controls/control-text-box.md)** control, and then replace **[Title]** with **View records**.
134
140
135
141

@@ -149,7 +155,7 @@ To follow the steps in this tutorial exactly, first create an Excel file using t
1.With the form selected, set its **Item** property to this expression by typing or pasting it in the formula bar:<br>**BrowseGallery1.Selected**
158
+
1.Select the form, and set its **Item** property to this expression by typing or pasting it in the formula bar:<br>**BrowseGallery1.Selected**
153
159
154
160
1. At the top of the screen, select the **[Label](controls/control-text-box.md)** control, and then replace **[Title]** with **Change records**.
155
161
@@ -171,7 +177,7 @@ To follow the steps in this tutorial exactly, first create an Excel file using t
171
177
172
178
1. Set the **OnSelect** property for that icon to this formula:<br>**Refresh(Schedule)**
173
179
174
-
When the user selects this icon, the data from **Schedule** is refreshed.
180
+
When the user selects this icon, the data from **Schedule** is refreshed from the Excel file.
175
181
176
182
For more information about this and other functions, see the [formula reference](formula-reference.md).
177
183
@@ -189,7 +195,7 @@ To follow the steps in this tutorial exactly, first create an Excel file using t
189
195
190
196
1. Set the **OnSelect** property for the arrow to this formula:<br>**EditForm(EditForm1); Navigate(ChangeScreen, ScreenTransition.None)**
191
197
192
-
When the user selects this icon, **ChangeScreen** appears with each field showing the data for the selected record, so that the user can edit or delete it more easily.
198
+
When the user selects this icon, **ChangeScreen** appears with each field showing the data for the selected record, so that the user can edit or delete the record more easily.
193
199
194
200
## Configure icons on the change screen
195
201
1. On **ChangeScreen**, select the "x" icon in the upper-left corner.
@@ -198,7 +204,7 @@ To follow the steps in this tutorial exactly, first create an Excel file using t
198
204
199
205
1. Set the **OnSelect** property for that icon to this formula:<br>**ResetForm(EditForm1);Navigate(ViewScreen, ScreenTransition.None)**
200
206
201
-
When the user selects this icon, any changes that the user made is this screen are discarded, and the view screen opens.
207
+
When the user selects this icon, any changes that the user made in this screen are discarded, and the view screen opens.
202
208
203
209
1. In the upper-right corner, select the checkmark icon.
204
210
@@ -208,7 +214,7 @@ To follow the steps in this tutorial exactly, first create an Excel file using t
208
214
209
215
When the user selects this icon, any changes that the user made is this screen are saved, and the view screen opens.
210
216
211
-
1. On the **Insert** tab, click or tap **Icons**, and then click or tap the **Trash** icon.
217
+
1. On the **Insert** tab, select **Icons**, and then select the **Trash** icon.
212
218
213
219
1. Set the new icon's **Color** property to **White**, and move the new icon so it appears next to the checkmark icon.
214
220
@@ -219,7 +225,7 @@ To follow the steps in this tutorial exactly, first create an Excel file using t
219
225
When the user selects this icon, the selected record is deleted from the data source, and the view screen opens.
220
226
221
227
## Test the app
222
-
1.With the **ViewScreen** selected, open Preview by pressing F5 (or selecting the **Preview** icon near the upper-right corner).
228
+
1.Select the **ViewScreen**, and then open Preview by pressing F5 (or selecting the **Preview** icon near the upper-right corner).
0 commit comments