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/cards/send-a-card/send-card-with-flow.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Use Power Automate to send cards. By setting up a flow that is triggered by an e
32
32
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:
33
33
34
34
-**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.
36
36
37
37
:::image type="content" source="../media/send-a-card/cards-connector.png" alt-text="Screenshot of the cards for Power Apps connector.":::
38
38
@@ -41,8 +41,8 @@ The **Cards for Power Apps** connector is used to create instances of cards to s
41
41
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.
42
42
43
43
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.
46
46
1. Add an action to **Post card in a chat or channel** using the **Teams** connector.
47
47
1. On the action, set **Post as** to `Power Apps (Preview)`.
48
48
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