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
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -405,15 +405,19 @@ To initialize your app, you need to provide all of the required fields by naviga
405
405
406
406
Complete all of the fields and select **Save**.
407
407
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/<appURL>?tenantId=<tenantID>
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
+
417
421
418
422
#### Finding the AAD of your distribution group
419
423
1. Navigate to [aad.portal.azure.com](https://aad.portal.azure.com)
0 commit comments