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
Unanswered

when someone responds to adaptive card

(0) ShareShare
ReportReport
Posted on by 154
That trigger not firing. I use Post card in chat or channel with these actions
 
 "actions": [
    {
      "type": "Action.Submit",
      "title": "Submit",
      "data": {
       "cardId": "choiceCard",  
        "action": "submitChoice"
      }
    }
I use second flow with trigger When someone responds to an adaptive card with same JSON and Card Type ID choiceCard. When click Submit in adaptive card, second flow is not triggering.
 
Thanks
Categories:
I have the same question (0)
  • David_MA Profile Picture
    14,499 Super User 2026 Season 1 on at
    Since you don't show your flow, I assume you're using the action, Post adaptive card and wait for a response?
     
    Note, I only have a couple of flows where I use this, but the code I use for the response button is this:
     
            {
                "type": "ActionSet",
                "horizontalAlignment": "Left",
                "actions": [
                    {
                        "type": "Action.Submit",
                        "title": "Submit",
                        "associatedInputs": "auto",
                        "style": "positive"
                    }
                ],
                "separator": true,
                "id": "Submit"
            }
  • arkkgroup Profile Picture
    154 on at
    i cannot use Post adaptive card and wait for a response?, because it's gone after click submit. I use Post card in chat or channel. Iwant card still showing after click submit
  • David_MA Profile Picture
    14,499 Super User 2026 Season 1 on at
    I think I understand what you're referring to with the card disappearing after you submit the response. To prevent that from happening, you need to update the adaptive card with the response and remove the action set to submit the response.
     
  • arkkgroup Profile Picture
    154 on at
    Can you be more specific in details?
    What do i use in action?
    What a code for other flows?
     
    Thanks
  • David_MA Profile Picture
    14,499 Super User 2026 Season 1 on at
    I can't give you too much detail as it depends on your settings and the layout of your adaptive card. But, the update and adaptive card in a chat or channel action will replace the current content. So, if you wanted to then show the values that were selected when you submit the response, you could do that.
     
    To do that, you need to parse the body of the post adaptive card and wait for a response action using a Parse JSON action as shown in my prior post. I then generate the new content with the selected values in a compose action (marked as Compose Response Markup in prior post).
     
    Then you configure the update an adaptive card in a chat or channel like this, but some settings will depend on how you initially posted the card, but the key value is to populate the Message ID with the messageId value that gets returned in the parse JSON action:
     
    In the adaptive card section, there is where I put the compose action output:
    Example of posted card waiting for resposne:
    Card updated with resposne:
     

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 959

#2
Valantis Profile Picture

Valantis 872

#3
Haque Profile Picture

Haque 589

Last 30 days Overall leaderboard