Skip to content

Commit dd37d8b

Browse files
committed
fixed mismatch between app and documentation
app was referring to a column that didn't exist based on how documentation told users to set it up. fixed documentation
1 parent 85e05a0 commit dd37d8b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

powerapps-docs/maker/canvas-apps/help-desk-install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ This list stores the Help Desk tickets.
8282
7. In the **Default value** textbox, enter **LAPTOP / PC equipment issue**.
8383
8. Click **OK**.
8484

85-
### Create % Complete column
85+
### Create PercentComplete column
8686

8787
1. Click **Create column**.
88-
2. In the **Column name** textbox enter **% Complete**.
88+
2. In the **Column name** textbox enter **PercentComplete**.
8989
3. In the **type of information in this column is** radio button list, select **Number (1, 10, 100)**.
9090
4. In the **Require that this column contains information** radio button list, select **No**.
9191
5. Click **OK**.
@@ -249,6 +249,8 @@ This list stores the Help Desk tickets.
249249
> [!TIP]
250250
> If you have more than 1 admin, please use a comma to delimit the admin. Example:
251251
252+
> To ensure the addresses in the AdminList match the format PowerApps expects, select
253+
> View > Variables > Global > MyProfile and look at the 'Mail' column to see the expected email format.
252254

253255
5. Click **File**.
254256
6. Click **Save**.

0 commit comments

Comments
 (0)