Skip to content

Commit 05a655a

Browse files
authored
Merge pull request #5 from pnp/alexc-msft/multiplechannels-update
Share to multiple channels
2 parents dd0215f + 35c64f8 commit 05a655a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Documentation/Architecture.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ As detailed in the [Overview](Overview.md) documentation, there are 3 SharePoint
7676
| ShareLocation | Choice | Location to share the prompt to.
7777
| Users | Person or Group (Allow multiple selections) | Users to share the prompt to.
7878
| TeamId | Single line of text | Id of the Team selected in the app to share the prompt to.
79-
| ChannelId | Single line of text | Id of the Channel selected in the app to share the prompt to.
80-
| GroupId | Single line of text | Id of the Group selected in the app (when sharing to Viva Engage).
81-
| GroupChatId | Single line of text | Id of the Group Chat selected in the app to share the prompt to.
79+
| ChannelIds | Multiple lines of text | Ids of the Channels selected in the app to share the prompt to.
80+
| GroupChatIds | Multiple lines of text | Ids of the Group Chats selected in the app to share the prompt to.
81+
| CommunityIds | Multiple lines of text | Ids of the Communities selected in the app (when sharing to Viva Engage).
8282
| MessageId | Single line of text | Unique id of the adaptive card message - used so we can refer back to it in Power Automate.
8383
| Scheduled | Yes/No | Whether or not the prompt has been scheduled.
8484
| ScheduledDateTime | Date and time | Date/Time to send the prompt.

Documentation/Deployment-guide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ To begin, you will need:
2828
| ShareLocation | Choice | Community, Team, Group Chat, Users |
2929
| Users | Person or Group (Allow multiple selections) |
3030
| TeamId | Single line of text |
31-
| ChannelId | Single line of text |
32-
| GroupId | Single line of text |
33-
| GroupChatId | Single line of text |
31+
| ChannelIds | Multiple lines of text |
32+
| GroupChatIds | Multiple lines of text |
33+
| CommunityIds | Multiple lines of text |
3434
| MessageId | Single line of text |
3535
| Scheduled | Yes/No | Default value = No |
3636
| ScheduledDateTime | Date and time | Include time |
Loading

Documentation/Overview.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ When a user launches Prompt Pulse for the first time, they will be taken through
2525
From the main screen, the process for sharing a prompt is as follows:
2626

2727
- Enter a **title** and the **prompt** in the boxes provided.
28-
- Choose a location to share the prompt to by using the radio buttons -
28+
- Choose locations to share the prompt to by using the radio buttons -
2929

30-
Viva Engage Community
30+
Viva Engage Communities
3131

32-
Microsoft Teams Channel
32+
Microsoft Teams Channels
3333

34-
Group Chat
34+
Group Chats
3535

3636
Individual Users
3737

Binary file not shown.

0 commit comments

Comments
 (0)