Skip to content

Commit 8e75abc

Browse files
authored
Merge pull request #2477 from MicrosoftDocs/master
Pushing changes live
2 parents b65d5a0 + 8a74de6 commit 8e75abc

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed
-378 Bytes
Loading
5.09 KB
Loading
68.6 KB
Loading

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

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: sample
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 03/05/2020
10+
ms.date: 03/06/2020
1111
ms.author: mabolan
1212
search.audienceType:
1313
- maker
@@ -159,6 +159,9 @@ connect it to your new data sources.
159159
1. Select **Import** from the command bar.
160160
1. Upload the **CrisisCommunication.zip** file from the GitHub repository:
161161

162+
> [!NOTE]
163+
> If your tenant is in GCC environment, use **CrisisCommunicationGCC.zip**.
164+
162165
![Import app package](media/sample-crisis-communication-app/31-Import-App.png)
163166

164167
1. Select **Import**.
@@ -230,18 +233,31 @@ and bring it into your flow. If you need help with creating a Teams team, jump t
230233
1. Extract the channel ID, which is everything after `https://teams.microsoft.com/l/channel/` and before `/General`. <br> For example, in the following URL, the channel ID would be `19%3ab2fa9fc20f3042a9b63fc5890e1813f8%40thread.tacv2`:
231234

232235
`https://teams.microsoft.com/l/channel/19%3ab2fa9fc20f3042a9b63fc5890e1813f8%40thread.tacv2/General?groupId=8bc7c0c2-0d4c-4fb8-af99-32da74c9237b&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47`,
233-
236+
234237
1. Navigate to [flow.microsoft.com](https://flow.microsoft.com).
238+
235239
1. Select **My flows** from the left navigation.
236-
1. Select **More commands** (...) for **CrisisCommunication.RequestHelp** and select **Edit**.
240+
241+
1. Select **More commands** (...) for **CrisisCommunication.Request** and select **Edit**.
242+
237243
![Edit app](media/sample-crisis-communication-app/20-Edit-Flow.png)
244+
238245
1. Open the **Team Id** card.
246+
239247
1. Paste the Team ID into the **Value** field.
248+
240249
1. Open the **Channel ID** card.
250+
241251
1. Paste the Channel ID into the **Value** field.
252+
242253
![Set Team IDs](media/sample-crisis-communication-app/22-Set-Team-IDs.png)
243254

255+
1. Scroll down to the **Get Time** actions and update the action for **Convert time zone** with your choice of source and destination times:
256+
257+
![Convert time zone](media/sample-crisis-communication-app/convert-time-zone.png)
258+
244259
## Import and set up the admin app
260+
245261
To manage the app you imported, you'll want to repeat the same steps for the admin app.
246262

247263
1. Sign in to [Power Apps](https://make.powerapps.com).
@@ -433,6 +449,9 @@ The app uses a flow to send notifications to end users whenever there is a new c
433449
1. Upload the **CrisisCommunicationNewsNotification.zip** package from the GitHub
434450
repository:
435451

452+
> [!NOTE]
453+
> If your tenant is in GCC environment, use **CrisisCommunicationNewsNotificationGCC.zip**.
454+
436455
![Upload CrisisCommunicationNewsNotification.zip](media/sample-crisis-communication-app/upload-news-notification.png)
437456

438457
1. Add connections for the new Flow by selecting the **Select during import**
@@ -481,6 +500,10 @@ The app uses a flow to send notifications to end users whenever there is a new c
481500

482501
1. Once the import is done, go back to **My flows**.
483502
1. Select the newly imported flow **Notify users on new crisis communication news**.
503+
504+
> [!NOTE]
505+
> If you uploaded GCC package, the flow name is **Notify users on new crisis communication news GCC**.
506+
484507
1. Select **Edit** from the command bar.
485508
1. Open the card called **When a new item is posted**.
486509
1. Change the **Site Address** to the name of your SharePoint site.
@@ -646,6 +669,8 @@ To add the Power BI report:
646669
1. Search for and select your Power BI report.
647670
1. Select **Save**.
648671

672+
***Disclaimer:*** *This app is a sample and may be used with Microsoft Power Apps and Teams for dissemination of reference information only. This app is not intended or made available for use as a medical device, clinical support, diagnostic tool, or other technology intended to be used in the diagnosis, cure, mitigation, treatment, or prevention of disease or other conditions, and no license or right is granted by Microsoft to use this app for such purposes. This app is not designed or intended to be a substitute for professional medical advice, diagnosis, treatment, or judgement and should not be used as such. Customer bears the sole risk and responsibility for any use of this app. Microsoft does not warrant that the app or any materials provided in connection therewith will be sufficient for any medical purposes or meet the health or medical requirements of any person.*
673+
649674
## Next steps
650675

651676
- [Formula reference](https://docs.microsoft.com/powerapps/maker/canvas-apps/formula-reference)

0 commit comments

Comments
 (0)