Skip to content

Commit bfa61fb

Browse files
committed
adds sending card info
1 parent f4dc479 commit bfa61fb

File tree

8 files changed

+35
-83
lines changed

8 files changed

+35
-83
lines changed

powerapps-docs/cards/make-a-card/connectors/use-connector-in-card.md

Lines changed: 0 additions & 74 deletions
This file was deleted.
Loading
Loading
Loading
Loading
Loading

powerapps-docs/cards/send-a-card/send-card-in-teams.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,34 @@ ms.custom:
1212
ms.collection:
1313
---
1414

15-
# Share a card
15+
# Share a card in Microsoft Teams
1616

17-
placeholder
17+
Cards are shared in Microsoft Teams through specific links that are copyable from the Play Page. Cards require the Power Apps Teams app to be installed in the chat or channel to work.
18+
19+
:::image type="content" source="../media/send-a-card/card-in-teams.png" alt-text="Screenshot of placeholder text label to remove in the card." border="false":::
20+
21+
## Add the Power Apps Teams app to conversations
22+
23+
The Power Apps Teams app identifies the card link, unfurls the card, and connects that card to the lightweight runtime. These all happen seamlessly when the app is added to the chat, channel, or meeting and when a card link is sent.
24+
25+
To add the Power Apps Teams app:
26+
27+
1. Open Microsoft Teams and click the **Apps** icon in the left-hand menu.
28+
1. Search for "Power Apps" using the search bar in the top left and select the **Power Apps** app.
29+
30+
:::image type="content" source="../media/send-a-card/power-apps-teams-app.png" alt-text="Screenshot of placeholder text label to remove in the card." border="false":::
31+
32+
1. Press the chevron next to the **Add** button to add the app to a team, chat, or meeting. You can also press the **Add** button to add the app to your personal scope, which is used for [apps in Teams](../../teams/create-apps-overview.md). Having the app installed in your personal scope will also make Teams prompt you when you send card links to add the app to that conversation.
33+
1. If you see **Open**, then you have already added the **Power Apps** app to your personal scope. You will still need to add the app to the chat, channel, or meeting for cards to work.
34+
35+
:::image type="content" source="../media/send-a-card/cards-add-teams-app.png" alt-text="Screenshot of placeholder text label to remove in the card." border="false":::
36+
37+
## Get the card link
38+
39+
The card links points to the specific card instance that should be sent. On the Play Page, pressing the **Send** button in the top right of the page will copy the card link. You can also directly copy your browser's address bar.
40+
41+
:::image type="content" source="../media/send-a-card/send-card-play-page.png" alt-text="Screenshot of placeholder text label to remove in the card." border="false":::
42+
43+
## Sending a card
44+
45+
Paste the link you copied from the Play Page into a chat, meeting, or Teams channel where the Power Apps Teams app is added. Teams will automatically unfurl the card, which you can send. You and the receiver(s) might be prompted to add the app if it hasn't been added already. There might also be a few seconds of delay before the card unfurls, depending on the complexity of the card.

powerapps-docs/cards/tutorials/dataverse-card.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ ms.custom:
1212
ms.collection:
1313
---
1414

15-
# Use connectors
15+
# Use the Dataverse connector
1616

17-
This needs to be updated for specifically Dataverse
17+
In this tutorial, you'll learn how to build a card that utilizes the Dataverse connector to show and update information about an Account.
1818

19-
In this tutorial, you'll learn how to build a card that utilizes the Bing Connector to add search query results to a card. You'll also learn about:
20-
21-
- Connectors, specifically Bing Search
22-
- How to use more of the elements
23-
- More advanced PowerFX expressions
19+
- Connectors, specifically Dataverse
20+
- How to use more of the controls
21+
- More advanced Power Fx expressions
2422

2523
The result will look like the example below:
2624

0 commit comments

Comments
 (0)