web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / When someone responds...
Power Automate
Suggested Answer

When someone responds to an adaptive card

(1) ShareShare
ReportReport
Posted on by 2
I am using "Post card in a chat or channel" and using "When someone responds to an adaptive card" to receive response in return. The requirement is Post an card in teams separately to multiple users. and receive their response from the button they click (Consider YES/NO present in adaptive card) and saving them in excel. 
I am able to post the card with "Post card in a chat or channel" action. But unable to receive response from user - the trigger used is "When someone responds to an adaptive card"  i have also mentioned the card type id in both the flows. Following is my json:{
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.2",
    "body": [
        {
            "type": "TextBlock",
            "text": "Sent by:",
            "wrap": true,
            "size": "Small",
            "weight": "Lighter"
        },
        {
            "type": "TextBlock",
            "text": "@{triggerOutputs()['headers']['x-ms-user-name-encoded']}",
            "wrap": true,
            "size": "Small",
            "weight": "Lighter",
            "color": "Good",
            "separator": true
        },
        {
            "type": "TextBlock",
            "text": "Do you have access?",
            "wrap": true
        },
        {
            "type": "ActionSet",
            "actions": [
                {
                    "type": "Action.Submit",
                    "title": "Yes",
                    "id": "response"
                },
                {
                    "type": "Action.Submit",
                    "title": "No",
                    "id": "noresponse"
                }
            ]
        }
    ]
}
Please help, this is on urgent request
Categories:
I have the same question (0)
  • Suggested answer
    Fredrik_A Profile Picture
    3,570 Super User 2026 Season 1 on at
    Hello,
     
    is this flow in the default environment? If i recall correctly (I might be wrong, or it might have changed), that trigger only works in Default environment, just like some of the SharePoint triggers.
     
    EDIT: I double checked, it only works in Default Environment:
     
    If my response solved your issue, please mark it as ✅ Accepted Answer and give it a like.
  • Fredrik_A Profile Picture
    3,570 Super User 2026 Season 1 on at
    Hello,
     
    just following up, did your issue get resolved? If so, please mark it as answered.
     
    If my response solved your issue, please mark it as ✅ Accepted Answer and give it a like.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard