Skip to content

Commit ac334ec

Browse files
committed
more edits and link fix
1 parent 61107a4 commit ac334ec

File tree

1 file changed

+41
-27
lines changed

1 file changed

+41
-27
lines changed

powerapps-docs/maker/canvas-apps/sample-crisis-communication-app.md

Lines changed: 41 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -205,21 +205,21 @@ connect it to your new data sources.
205205
1. **Save** and **Publish** the app.
206206

207207
### Update the request help Flow
208+
208209
This flow will send an adaptive card to a central Teams team requesting help.
209210

210211
![Import app package](media/sample-crisis-communication-app/21-Request-Help.png)
211212

212-
213213
Before completing these step, first create a Teams team for your crisis management team. Once you do, you can get the ID for it
214-
and bring it into your flow. If you need help creating a Teams team, jump to [Create a central crisis management Teams team]() NEEDS A LINK
214+
and bring it into your flow. If you need help creating a Teams team, jump to [Create a central crisis management Teams team](#create-a-central-crisis-management-teams-team).
215215

216-
1. Navigate to the Teams channel that you want to post all of your help requests to
216+
1. Navigate to the Teams channel that you want to post all of your help requests to.
217217
1. Select the **...** menu for the channel.
218-
1. Select **Get link to channel**
218+
1. Select **Get link to channel**.
219219

220220
![Get link to channel](media/sample-crisis-communication-app/17-Get-link-to-channel.png)
221221

222-
1. Copy link and paste it in a text editor
222+
1. Copy link and paste it in a text editor.
223223

224224
![Copy link](media/sample-crisis-communication-app/18-Copy-link.png)
225225

@@ -231,7 +231,7 @@ and bring it into your flow. If you need help creating a Teams team, jump to [Cr
231231

232232
`https://teams.microsoft.com/l/channel/19%3ab2fa9fc20f3042a9b63fc5890e1813f8%40thread.tacv2/General?groupId=8bc7c0c2-0d4c-4fb8-af99-32da74c9237b&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47`,
233233

234-
1. Navigate to [flow.microsoft.com](https://flow.microsoft.com)
234+
1. Navigate to [flow.microsoft.com](https://flow.microsoft.com).
235235
1. Select **My flows** from the left navigation.
236236
1. Select **More commands** (...) for **CrisisCommunication.RequestHelp** and select **Edit**.
237237
![Edit app](media/sample-crisis-communication-app/20-Edit-Flow.png)
@@ -261,7 +261,7 @@ To manage the app you just imported, you'll want to repeat the same steps for th
261261

262262
![Edit app](media/sample-crisis-communication-app/08-Edit-Admin-App.png)
263263

264-
1. **Sign in** or create any necessary connections and select **Allow**:
264+
1. **Sign in** or create any necessary connections and select **Allow**.
265265

266266
1. Navigate to the data sources in the left pane:
267267

@@ -337,13 +337,15 @@ Complete all of the fields and select **Save** once you are done.
337337

338338
1. Navigate to **Company Contacts**
339339
1. Select **Create new contact**
340-
1. Complete the form with the contact details
340+
1. Complete the form with the contact details.
341+
342+
*List schema:*
341343

342344
| **Field name** | **Logical name in SharePoint** | **Purpose** |
343345
|-|-|-|
344346
| Full name | FullName | The name of the contact. |
345347
| E-mail | E-mail | The email that will shown for the contact. |
346-
| Country | Country | The country for the contact. This will be used to group the contacts, so can use this field for other groupings if countries doesn't make sense for you |
348+
| Country | Country | The country for the contact. This will be used to group the contacts, so can use this field for other groupings if countries doesn't make sense for you. |
347349
| Comments | Comments | Shows additional information about the contact; useful to describe when to reach out to this contact. |
348350
| Deprecated | Deprecated | Allows you to hide an existing emergency contact. |
349351

@@ -353,6 +355,8 @@ Complete all of the fields and select **Save** once you are done.
353355
1. Select **Create new post**
354356
1. Complete the form.
355357

358+
*List schema:*
359+
356360
| **Field name** | **Logical name in SharePoint** | **Purpose** |
357361
|-|-|-|
358362
| Title | Title | The title of the update. |
@@ -366,6 +370,8 @@ Complete all of the fields and select **Save** once you are done.
366370
1. Select **New tip**.
367371
1. Complete the form.
368372

373+
*List schema:*
374+
369375
| **Field name** | **Logical name in SharePoint** | **Purpose** |
370376
|-|-|-|
371377
| Title | Title | The title of the helpful tip. |
@@ -380,6 +386,8 @@ Complete all of the fields and select **Save** once you are done.
380386
1. Select **Create new link**.
381387
1. Complete the form.
382388

389+
*List schema:*
390+
383391
| **Field name** | **Logical name in SharePoint** | **Purpose** |
384392
|-|-|-|
385393
| Title | Title | The text of the link. |
@@ -393,6 +401,8 @@ Complete all of the fields and select **Save** once you are done.
393401
1. Select **Create new FAQ**.
394402
1. Complete the form.
395403

404+
*List schema:*
405+
396406
| **Field name** | **Logical name in SharePoint** | **Purpose** |
397407
|-|-|-|
398408
| Title | Title | The question of the FAQ. |
@@ -471,12 +481,12 @@ The app uses a flow to send notifications to end users whenever there is a new c
471481
1. Once the import is done, go back to **My flows**.
472482
1. Select the newly imported flow **Notify users on new crisis communication news**.
473483
1. Select **Edit** from the command bar.
474-
1. Open the card called **When a new item is posted**
484+
1. Open the card called **When a new item is posted**.
475485
1. Change the **Site Address** to the name of your SharePoint site.
476-
1. Change the **List name** to **CI_CompanyNews**
486+
1. Change the **List name** to **CI_CompanyNews**.
477487
1. Open the card called **Get the admin config settings**.
478488
1. Change the **Site Address** to the name of your SharePoint site.
479-
1. Change the **List name** to **CI_configAdminSetup**
489+
1. Change the **List name** to **CI_configAdminSetup**.
480490
1. Open the card called **Initialize variable – Read more text**.
481491
1. Change the **Value** to “Read more” in your native language.
482492

@@ -491,7 +501,7 @@ The app uses a flow to send notifications to end users whenever there is a new c
491501
### Test the news notification flow
492502

493503
To test the news notification flow, go back to the admin app and create a new internal company update.
494-
Afterwards, all of the users within your distribution list will receive an update by your preferred notification
504+
Later, all of the users within your distribution list will receive an update by your preferred notification
495505
preference.
496506

497507
> [!NOTE]
@@ -505,22 +515,22 @@ as being sick or working from home) you can now use a Power BI report to track h
505515

506516
To start, you can use the sample report 'Presence status report.pbix' available from the downloaded [assets package](#prerequisites).
507517
If needed, download [Power BI Desktop](https://powerbi.microsoft.com/downloads). We will also need some information from
508-
the 'CI_Employee Status' SharePoint list created before, so let's get to it first. Open the list in your site and select List
518+
the **CI_Employee Status** SharePoint list created before, so let's get to it first. Open the list in your site and select List
509519
Settings under the settings icon:
510520

511521
![Employee Status List Settings](media/sample-crisis-communication-app/001-SharePointList-ListSettings-nolines.PNG)
512522

513-
Take a note of the site name and the list id on the browser address bar:
523+
Take a note of the **site name** and the **list id** on the browser address bar:
514524

515525
![Employee Status List and Site Id](media/sample-crisis-communication-app/002-SharePointList-AddressAndId-nolines.PNG)
516526

517-
At this point we are ready to open the Power BI report; launch Power BI and open the 'Presence status report.pbix'
518-
file. Move the mouse over the right side of the CI_Employee Status data source until you see the ellipsis, select
527+
At this point we are ready to open the Power BI report; launch Power BI and open the **Presence status report.pbix**
528+
file. Move the mouse over the right side of the **CI_Employee Status** data source until you see the ellipsis, select
519529
it and select the 'Edit query' option:
520530

521531
![Edit Query](media/sample-crisis-communication-app/003-PowerBI-EditQuery-nolines.PNG)
522532

523-
Once the Power Query editor is opened, right-click the CI_Employee Status data source, and select "Advanced Editor":
533+
Once the Power Query editor is opened, right-click the **CI_Employee Status** data source, and select the **Advanced Editor**:
524534

525535
![Power Query Advanced Editor](media/sample-crisis-communication-app/004-PowerQuery-AdvancedEditor-nolines.PNG)
526536

@@ -529,7 +539,7 @@ table, and the list id in the three places where we have a GUID as highlighted,
529539

530540
![Power Query Advanced Editor Updates](media/sample-crisis-communication-app/005-PowerQuery-AdvancedEditorUpdates-nolines.PNG)
531541

532-
Finally, select 'Close & Apply' to update the report to pull data from your SharePoint list.
542+
Select **Close & Apply** to update the report to pull data from your SharePoint list.
533543

534544
![Power Query Close and Apply](media/sample-crisis-communication-app/006-PowerQuery-CloseAndApply-nolines.PNG)
535545

@@ -593,27 +603,31 @@ If you are a Teams admin, you can push the app to all of your users within the T
593603
To coordinate your crisis response, you'll want to create a central Teams team for your crisis management team
594604
and populate it with all of the relevant information.
595605

596-
1. Navigate to Teams
597-
1. Select **Teams** from the left app bar
598-
1. Select **Join or create a Team**
599-
1. Select **Create team** and complete the remaining steps
606+
1. Navigate to Teams.
607+
1. Select **Teams** from the left app bar.
608+
1. Select **Join or create a Team**.
609+
1. Select **Create team** and complete the remaining steps.
600610

601611
![Create team](media/sample-crisis-communication-app/23-Create-Team.png)
602612

603613
Once you've successfully created your team, you can pin relevant information as tabs. For example,
604614
you may want to pin the crisis management admin app or the Power BI report to your team. To add the admin app as a tab:
605615

606-
1. Select the **+** button
607-
1. Search for and select **Power Apps**
608-
1. Search for and select **Crisis Information Admin**
616+
1. Select the **+** button.
617+
1. Search for and select **Power Apps**.
618+
1. Search for and select **Crisis Information Admin**.
609619

610620
![Pin app](media/sample-crisis-communication-app/32-Pin-Teams-app.png)
611621

612-
1. Select **Save**
622+
1. Select **Save**.
613623

614624
To add the Power BI report:
615625

616626
1. Select the **+** button.
617627
1. Search for and select **Power BI**.
618628
1. Search for and select your Power BI report.
619629
1. Select **Save**.
630+
631+
## Next steps
632+
- [Formula reference](https://docs.microsoft.com/powerapps/maker/canvas-apps/formula-reference)
633+
- [Controls reference](https://docs.microsoft.com/powerapps/maker/canvas-apps/reference-properties)

0 commit comments

Comments
 (0)