Are those feature feasible about "Power Automate" used in Teams chat ?

Yu-Kai Chiu (邱郁凱) 40 Reputation points
2024-11-15T02:26:23.5766667+00:00

Hi all,

I have some functions to implement but not sure if they are feasible about "Power Automate" used in Teams chat.

Using REST API to trigger the power automate flow and during the process, adaptive cards will be issued to different recipients and the information filled in by the recipients on the cards will be obtained.

  • Can Automate dynamically (NOT static) set the layout of adaptive card via Graph API ?
  • Will an adaptive card with input text leave a record in the chat history after the recipient fills in the information ? If there is no record of the conversation, is there any way to obtain the information filled in by the recipient ?

Please help reply, sincerely thanks.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,895 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,415 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,752 questions
0 comments No comments
{count} votes

Accepted answer
  1. Prasad-MSFT 8,821 Reputation points Microsoft External Staff
    2024-11-15T06:18:44.2433333+00:00

    You can trigger a Power Automate flow using a REST API. This can be done by creating an HTTP-triggered flow in Power Automate.

    • Go to Power Automate and create a new flow.
    • Choose "Instant cloud flow" and select "When an HTTP request is received" as the trigger.
    • This will generate a URL that you can use to trigger the flow via a REST API call.

    Dynamically setting the layout of adaptive card via Graph API using Power Automate doesn't seem to be feasible.

    To capture the user's response when they interact with an Adaptive Card in Power Automate, you can use the "Wait for a response" action. This action allows you to pause the flow until the user submits their response. For more details refer below documentation: https://learn.microsoft.com/en-us/power-automate/create-adaptive-cards
    Ref: https://pnp.github.io/blog/post/dynamic-use-of-adaptive-cards/

    Thanks, 

    Prasad Das

    ************************************************************************* 

    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. LiweiTian-MSFT 25,905 Reputation points Microsoft External Staff
    2024-11-15T07:05:37.5+00:00

    Hi @Yu-Kai Chiu (邱郁凱)

    Power Automate allows you to post adaptive cards to Teams, but the layout of these cards is typically defined using JSON.

    While you can dynamically generate this JSON within your flow, directly setting the layout dynamically via the Graph API isn't a standard feature. You would need to construct the JSON payload dynamically within your Power Automate flow based on your requirements.

    When a recipient fills in an adaptive card with input text, the card itself does not leave a record in the chat history. However, the responses can be captured and stored within your Power Automate flow.

    You can use actions like "Post an adaptive card and wait for a response" to capture the input and then store it in a data source of your choice.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.