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/sample-crisis-communication-app.md
+19-18Lines changed: 19 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ internal company news, get answers to frequently asked questions, and get access
29
29
to important information like links and emergency contacts. This app requires a
30
30
small amount of setup to make it your own.
31
31
32
-
During this walk through, you will learn how to:
32
+
In this walk through, you'll learn how to:
33
33
- Create a ___location for your data
34
34
- Import both the Crisis Communication app and its admin app
35
35
- Create content for the app
@@ -144,7 +144,7 @@ The flow will then create the following SharePoint lists within your SharePoint
144
144
new columns is allowed, but deleting columns may break the app.)
145
145
> - Use caution when deleting list items; deleting list items deletes historical records. You can toggle deprecation value from *No* to *Yes* to drop records from contacts, news, FAQs or links.
146
146
147
-
## Import and setup the Crisis Communication app
147
+
## Import and set up the Crisis Communication app
148
148
149
149
Now that all the SharePoint lists are created, you can now import the app and
150
150
connect it to your new data sources.
@@ -210,8 +210,8 @@ This flow will send an adaptive card to a central Teams team requesting help.
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](#create-a-central-crisis-management-teams-team).
213
+
Before completing the following 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 with creating a Teams team, jump to [Create a central crisis management Teams team](#create-a-central-crisis-management-teams-team).
215
215
216
216
1. Navigate to the Teams channel that you want to post all of your help requests to.
217
217
1. Select the **...** menu for the channel.
@@ -241,8 +241,8 @@ and bring it into your flow. If you need help creating a Teams team, jump to [Cr
241
241
1. Paste the Channel ID into the **Value** field.
242
242

243
243
244
-
## Import and setup the admin app
245
-
To manage the app you just imported, you'll want to repeat the same steps for the admin app.
244
+
## Import and set up the admin app
245
+
To manage the app you imported, you'll want to repeat the same steps for the admin app.
246
246
247
247
1. Sign in to [Power Apps](https://make.powerapps.com).
248
248
1. Select **Apps** from the left navigation.
@@ -294,8 +294,9 @@ To manage the app you just imported, you'll want to repeat the same steps for th
294
294
295
295
## Create initial content for the app
296
296
297
-
Now that you have successfully imported both the Crisis Communication app and its admin app, you
298
-
can now start creating the initial content. To start, open up the Crisis Communication Admin app.
297
+
You have successfully imported both the Crisis Communication app and its admin app.
298
+
299
+
You can now start creating the initial content. To start, open up the Crisis Communication Admin app.
@@ -310,13 +311,13 @@ also setup key settings for the accompanying flows.
310
311
311
312
To initialize your app, you need to provide all of the required fields by navigating to **Admin Settings**.
312
313
313
-
Complete all of the fields and select **Save** once you are done.
314
+
Complete all of the fields and select **Save**.
314
315
315
316
|**Field name**|**Logical name in SharePoint**|**Purpose**|
316
317
|-|-|-|
317
-
| Admin email | AdminContactEmail | Used to notify others who is administering the application. |
318
-
| Logo URL | Logo | The logo of your app which will appear in the topleft corner. |
319
-
| AAD group ID | AADGroupID | Used to send notifications to end-users about internal company updates via the *Notify users on new crisis communication news* flow. |
318
+
| Admin email | AdminContactEmail | Used to notify others who are administering the application. |
319
+
| Logo URL | Logo | The logo of your app that will appear in the top-left corner. |
320
+
| AAD group ID | AADGroupID | Used to send notifications to endusers about internal company updates via the *Notify users on new crisis communication news* flow. |
320
321
| APP URL | AppURL | The ___location of the app so that the *Notify users on new crisis communication news* flow can redirect users after selecting **Read more**. |
321
322
| Government RSS Feed | GovernmentRSSFeed | Used to populate the world news feature within the app. Useful if you want to provide additional information to your employees from a trusted source. |
322
323
| Notification method | PreferredSentNotification | Used by the *Notify users on new crisis communication news* flow to determine which distribution channel it should use when sending out notifications. |
@@ -326,7 +327,7 @@ Complete all of the fields and select **Save** once you are done.
326
327
1. Navigate to [aad.portal.azure.com](https://aad.portal.azure.com)
327
328
1. Select **Azure Active Directory** from the left navigation.
328
329
1. Select **Groups**.
329
-
1. Search for and select your distrobution group.
330
+
1. Search for and select your distribution group.
330
331
1. Copy the **Object Id** field.
331
332
332
333

@@ -345,7 +346,7 @@ Complete all of the fields and select **Save** once you are done.
345
346
|-|-|-|
346
347
| Full name | FullName | The name of the contact. |
347
348
| E-mail | E-mail | The email that will shown for the contact. |
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. |
349
+
| 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 don't make sense for you. |
349
350
| Comments | Comments | Shows additional information about the contact; useful to describe when to reach out to this contact. |
350
351
| Deprecated | Deprecated | Allows you to hide an existing emergency contact. |
351
352
@@ -378,7 +379,7 @@ Complete all of the fields and select **Save** once you are done.
378
379
| Resource URL | ResourceURL | An link to additional reading material. (optional) |
379
380
| Sub title | SubTitle | A sub title for the tip. (optional) |
380
381
| Description | Description | The full description of the helpful tip. |
381
-
| Deprecated | Deprecated | Allows you to hide an helpful tip. |
382
+
| Deprecated | Deprecated | Allows you to hide a helpful tip. |
382
383
383
384
### Setup links
384
385
@@ -416,11 +417,11 @@ Now that you've successfully setup all of the data, you can now test the app to
416
417
417
418
1. Sign in to [Power Apps](https://make.powerapps.com).
418
419
2. Select **Apps** from the left navigation.
419
-
3. Select **Crisis Communication** to play the app.
420
+
3. Select **Crisis Communication** to play the app.
420
421
421
422
Once you've successfully tested the app, you can share the app with everyone in your company.
422
423
423
-
## Import and setup the notification flow
424
+
## Import and set up the notification flow
424
425
425
426
The app uses a flow to send notifications to end users whenever there is a new company update.
426
427
@@ -524,7 +525,7 @@ Take a note of the **site name** and the **list id** on the browser address bar:
524
525
525
526

526
527
527
-
At this point we are ready to open the Power BI report; launch Power BI and open the **Presence status report.pbix**
528
+
At this point, we are ready to open the Power BI report; launch Power BI and open the **Presence status report.pbix**
528
529
file. Move the mouse over the right side of the **CI_Employee Status** data source until you see the ellipsis, select
0 commit comments