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
Answered

When someone responds to an adaptive card / Info

(0) ShareShare
ReportReport
Posted on by 380

Hello!

I am trying to work with this trigger, but I am not very familiar with adaptive cards and not sure that it does what I need it to do.

My original flow sends an adaptive card to an specific user asking for confirmation on some data (dynamic content) and it ends.

So, when the user finally has confirmation (it can take a few days), he/she can click on Confirm or Modify. And then it triggers the new flow where if data is confirmed, it populates a word template with that data, or it modifies with new data that must be a text input.

 

I used https://adaptivecards.io/designer/ to create my adaptive card.

{ "type": "AdaptiveCard", 
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
 "version": "1.4",
 "body": [
 {
 "type": "TextBlock",
 "text": "Ajuste Inventario",
 "wrap": true,
 "style": "heading",
 "size": "Large",
 "weight": "Bolder",
 "horizontalAlignment": "Center"
 },
 {
 "type": "TextBlock",
 "text": "Por favor, confirme o modifique ajuste preliminar según el siguiente detalle:",
 "wrap": true
 },
 {
 "type": "Container",
 "items": [
 {
 "type": "TextBlock",
 "text": "Bodega: @{body('JSON_Acta')[0]['Bodega']}",
 "wrap": true,
 "spacing": "Small"
 },
 {
 "type": "TextBlock",
 "text": "Faltante Cantidad: @{body('JSON_Acta')[0]['Bodega']}",
 "wrap": true,
 "spacing": "Small"
 },
 {
 "type": "TextBlock",
 "text": "Faltante Monto: @{body('JSON_Acta')[0]['Bodega']}",
 "wrap": true,
 "spacing": "Small"
 },
 {
 "type": "TextBlock",
 "text": "Sobrante Cantidad: @{body('JSON_Acta')[0]['Bodega']}",
 "wrap": true,
 "spacing": "Small"
 },
 {
 "type": "TextBlock",
 "text": "Sobrante Monto: @{body('JSON_Acta')[0]['Bodega']}",
 "wrap": true,
 "spacing": "Small"
 },
 {
 "type": "TextBlock",
 "text": "Diferencia Final: @{body('JSON_Acta')[0]['Bodega']}",
 "wrap": true,
 "spacing": "Small"
 }
 ],
 "id": "InfoaConfirmar"
 }
 ],
 "actions": [
 {
 "type": "Action.Submit",
 "title": "Confirmar" , "data": "InfoaConfirmar"
 },
 {
 "type": "Action.Submit",
 "title": "Modificar","data": "Editar"
 }
 ]
}

 

This is the posted card, in red, the dynamic content. Same info I need to get in the new flow when "Confirmar" is clicked

 

Fernanda_0-1675886441124.png

 

When the new flow runs, I have literally no idea how to get the info... cardoutputs comes back empty

 

Fernanda_1-1675886542197.png

 

Same happens with "Modificar" button.

Can someone help me?

Thank you!!

 

 

 

Categories:
I have the same question (1)
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @Fernanda ,

     

    The cause root is that there is none input control in your adaptive card. 

    The cardOutputs property only returns the values from input controls rather than labels' value.

    vxiaochenmsft_0-1675924985163.png

    So, I think you need to modify your card. Please try to add 6 input.Text control into your card and set their visible to false.(prevent the user from seeing them and overriding the value)

    The default values of the input.Text should be the same with the textblock.

     

    Best Regards,

    Wearsky

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 594

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 281 Super User 2026 Season 1

Last 30 days Overall leaderboard