Skip to content

Commit 40583a7

Browse files
committed
Merge branch 'mabolan/crisis-comm-___location-update' of https://github.com/MicrosoftDocs/powerapps-docs-pr into mabolan/crisis-comm-___location-update
2 parents 8aea019 + 712fa9e commit 40583a7

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

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

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -405,15 +405,19 @@ To initialize your app, you need to provide all of the required fields by naviga
405405

406406
Complete all of the fields and select **Save**.
407407

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. |
408+
| **Field name** | **Logical name in SharePoint** | **Purpose** | **Example** |
409+
|-|-|-|-|
410+
| Admin email | AdminContactEmail | Used to notify others who are administering the application. | [email protected] |
411+
| Logo URL | Logo | The logo of your app that will appear in the top-left corner. | https://contoso.com/logo.png |
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. Follow the instructions below to get the AAD ID of your group. | c0ddf873-b4fe-4602-b3a9-502dd944c8d5 |
413+
| 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/<app URL>?tenantId=<tenant ID>
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. | https://www.who.int/rss-feeds/news-english.xml |
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. This field is required. | Email, Teams notification, Push notification |
416+
| Feature flags | Feature1...8 | Used to disable or enable each feature within the application. | |
417+
418+
> [!NOTE]
419+
> Please note that Teams and push notifications for notification method are currently not supported in GCC.
420+
417421

418422
#### Finding the AAD of your distribution group
419423
1. Navigate to [aad.portal.azure.com](https://aad.portal.azure.com)

0 commit comments

Comments
 (0)