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
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,9 @@ In this walk through, you'll learn how to:
36
36
- Import flows to send notifications to users
37
37
- Create a centrally managed Teams team to aggregate data and to effectively respond to issues
38
38
39
+
> [!NOTE]
40
+
> The Crisis Communication sample template is also available for the Power Apps and Power Automate US Government plans. The service URLs for Power Apps and Power Automate US Government version are different from the commercial version. More information: [Power Apps US Government service URLs](https://docs.microsoft.com/power-platform/admin/powerapps-us-government#power-apps-us-government-service-urls) and [Power Automate US Government service URLs](https://docs.microsoft.com/power-automate/us-govt).
41
+
39
42
## Prerequisites
40
43
41
44
-[Sign
@@ -123,7 +126,7 @@ creation of the SharePoint lists, you can use the *DeploySPLists* flow available
123
126
124
127
> [!NOTE]
125
128
> You may receive an error stating that ___location services are required.
126
-
If this happens, please allow ___location services to Power Automate and refresh the page before trying again.
129
+
If this happens, allow ___location services to Power Automate and refresh the page before trying again.
127
130
128
131
The flow will then create the following SharePoint lists within your SharePoint site:
129
132
@@ -140,7 +143,7 @@ The flow will then create the following SharePoint lists within your SharePoint
140
143
141
144
> [!NOTE]
142
145
> - All list columns listed above should be considered as dependencies.
143
-
Please protect the lists from accidental schema changes (for example, adding
146
+
Protect the lists from accidental schema changes (for example, adding
144
147
new columns is allowed, but deleting columns may break the app.)
145
148
> - 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
149
@@ -405,15 +408,19 @@ To initialize your app, you need to provide all of the required fields by naviga
405
408
406
409
Complete all of the fields and select **Save**.
407
410
408
-
|**Field name**|**Logical name in SharePoint**|**Purpose**|
409
-
|-|-|-|
410
-
| Admin email | AdminContactEmail | Used to notify others who are administering the application. |
411
-
| Logo URL | Logo | The logo of your app that will appear in the top-left corner. |
412
-
| 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. |
413
-
| 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**. |
414
-
| 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. |
415
-
| 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. |
416
-
| Feature flags | Feature1...8 | Used to disable or enable each feature within the application. |
411
+
|**Field name**|**Logical name in SharePoint**|**Purpose**|**Example**|
412
+
|-|-|-|-|
413
+
| Admin email | AdminContactEmail | Used to notify others who are administering the application. |[email protected]|
414
+
| Logo URL | Logo | The logo of your app that will appear in the top-left corner. |https://contoso.com/logo.png|
415
+
| 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. Follow the instructions below to get the AAD ID of your group. | c0ddf873-b4fe-4602-b3a9-502dd944c8d5 |
416
+
| APP URL | AppURL | The ___location of the end-user app so that the *Notify users on new crisis communication news* flow can redirect users after selecting **Read more**. | https://apps.preview.powerapps.com/play/<appURL>?tenantId=<tenantID>
417
+
| 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. |https://www.who.int/rss-feeds/news-english.xml|
418
+
| 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. This field is required. | Email, Teams notification, Push notification |
419
+
| Feature flags | Feature1...8 | Used to disable or enable each feature within the application. ||
420
+
421
+
> [!NOTE]
422
+
> Teams notification and push notification are currently not supported in GCC.
423
+
417
424
418
425
#### Finding the AAD of your distribution group
419
426
1. Navigate to [aad.portal.azure.com](https://aad.portal.azure.com)
0 commit comments