I'm trying to pass structured data from Power Automate to Copilot Studio and render it in an Adaptive Card. I'm testing with one field (title) first. The value comes through—I can see it in “ask a question” and “send a message”—but it's not showing in the Adaptive Card.
title
I’m on a GCC license. Here’s the Adaptive Card JSON I’m using: { "$schema": "https://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.5", "body": [ { "type": "TextBlock", "text": "Case Title:", "weight": "Bolder", "size": "Medium", "wrap": true }, { "type": "TextBlock", "text": "${title}", "wrap": true } ], "actions": [ { "type": "Action.Submit", "title": "OK", "data": { "action": "acknowledge" } } ] }
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Chiara Carbone as our Community Spotlight for November…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 632 Most Valuable Professional
Michael E. Gernaey 386 Super User 2025 Season 2
wolenberg_ 245 Moderator