Skip to content

Commit a6b1839

Browse files
committed
updates
1 parent defc1a6 commit a6b1839

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/cards/send-a-card/send-card-with-flow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use Power Automate to send cards. By setting up a flow that is triggered by an e
3232
The **Cards for Power Apps** connector is used to create instances of cards to send using a flow. The connector has no triggers and two actions:
3333

3434
- **Create card instance** - Enables the user to select a specific card to create an instance of with customizable input variables. Returns the card instance as `Card` dynamic content.
35-
- **Get the card description** - Returns information about a user-specified card, including the id, environmentId, name, description, author, etc.
35+
- **Get the card description** - Returns information about a user-specified card, including the ID, environmentId, name, description, author, etc.
3636

3737
:::image type="content" source="../media/send-a-card/cards-connector.png" alt-text="Screenshot of the cards for Power Apps connector.":::
3838

@@ -41,8 +41,8 @@ The **Cards for Power Apps** connector is used to create instances of cards to s
4141
Sending a card in Teams requires a card instance. To get a card instance, use the **Cards for Power Apps** connector actions. The **Create card instance** action has `Card` dynamic content that can be used with the **Teams** connector **Post card in a chat or channel** action.
4242

4343
1. Create or modify an existing flow
44-
1. Make sure the flow has a trigger. In the example screenshot below, the trigger is when a new account record is created.
45-
1. Create or get the card instance you want to send using the **Cards for Power Apps** connector. In the example screenshot, we created a card instance of the `Account Card` and setting the `Body` input variable to the `Account Name` of the newly created account record.
44+
1. Make sure the flow has a trigger. In the screenshot below, the trigger is when a new account record is created.
45+
1. Create or get the card instance you want to send using the **Cards for Power Apps** connector. In the screenshot, we created a card instance of the `Account Card` and setting the `Body` input variable to the `Account Name` of the newly created account record.
4646
1. Add an action to **Post card in a chat or channel** using the **Teams** connector.
4747
1. On the action, set **Post as** to `Power Apps (Preview)`.
4848
1. On the action, set **Post in**, **Team** & **Channel**, or **Group chat** to the conversation you want to send the card in. In the example screenshot, this is to the `Cards for Power Apps (Customer Channel)` Teams in the `General` channel.

0 commit comments

Comments
 (0)