Skip to main content

Notifications

Copilot Studio - Topic Creation & Management
Unanswered

Error Message: The following adaptive card json is unable to be parsed correctly

(0) ShareShare
ReportReport
Posted on by 22
this is the code adaptive card JSON in formula. 
{
  '$schema': "http://adaptivecards.io/schemas/adaptive-card.json",
  type: "AdaptiveCard",
  version: "1.0",
  body: [
    {
      type: "TextBlock",
      text: "Summary",
      color: "#086AD8",
      wrap: true,
      style: "heading"
    },
    {
      type: "ColumnSet",
      spacing: "Medium",
      separator: true,
      columns: [
        {
          type: "Column",
          width: "auto",
          items: [
            {
              type: "TextBlock",
              text: "Questions",
              color: "#000000",
              isSubtle: true,
              weight: "Bolder",
              wrap: true
            }
          ]
        },
        {
          type: "Column",
          width: "auto",
          items: [
            {
              type: "TextBlock",
              text: "Responses",
              color: "#000000",
              isSubtle: true,
              horizontalAlignment: "Center",
              weight: "Bolder",
              wrap: true
            }
          ]
        },
        {
          type: "Column",
          width: "auto",
          items: [
            {
              type: "TextBlock",
              text: "User Name",
              color: "#000000",
              isSubtle: true,
              horizontalAlignment: "Right",
              weight: "Bolder",
              wrap: true
            }
          ]
        }
      ]
    },
    {
      Type:"Container",
      Items:ForAll(Topic.SummaryContent,  {   type: "ColumnSet",
        spacing: "Small",
        separator: true,
        columns: [
          {
            type: "Column",
            width: "auto",
            items: [
              {
                type: "TextBlock",
                text: ThisRecord.Question,
                wrap: true
              }
            ]
          },
          {
            type: "Column",
            width: "auto",
            items: [
              {
                type: "TextBlock",
                text: ThisRecord.Response,
                wrap: true
              }
            ]
          },
          {
            type: "Column",
            width: "auto",
            items: [
              {
                type: "TextBlock",
                text: ThisRecord.UserName,
                horizontalAlignment: "Right",
                wrap: true
              }
            ]
   
          }
        ]
    }
    )
    }
   
  ]
}
 
 
 
Categories:

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,422

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,711

Leaderboard

Featured topics