Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - GCC, GCCH, DoD - Federal App Maker...
Answered

Adaptive Card Not Displaying Variable in Copilot Studio (GCC)

(0) ShareShare
ReportReport
Posted on by 2

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.

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"
      }
    }
  ]
}

Categories:
  • RM-05111353-0 Profile Picture
    2 on at
    Adaptive Card Not Displaying Variable in Copilot Studio (GCC)
    @mmbr1606 The middle screen is Copilot Studio. I'm now fairly certain the GCC version doesn't support Adaptive Cards yet. I had to build the card in a Power Automate Compose step and send it as a single string to Copilot. It renders correctly, but it's not an ideal workaround. I'll share this in the thread you recommended—thanks for the reply.
  • Verified answer
    mmbr1606 Profile Picture
    12,650 Super User 2025 Season 1 on at
    Adaptive Card Not Displaying Variable in Copilot Studio (GCC)
    hey
     
     
    please repost your question here:

    Microsoft Power Platform Community Forum Thread

    its the copilot section of the forum

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >

Featured topics