Adaptive card gets disappear for some events

ParvathiNathan K 20 Reputation points
2023-02-14T10:30:16.7133333+00:00

Hi,

We use Adaptive cards to post messages into the conversation. We were facing problems with the adaptive card when it was clicked from a reply message. When the aforementioned occurrence occurs, it vanishes. We weren't sure why. I've provided the steps to recreate the problem as well as the adaptive card's JSON information.

Adaptive card JSON:

{
  "contentType": "application/vnd.microsoft.card.adaptive",
  "contentUrl": null,
  "content": {
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.3",
    "type": "AdaptiveCard",
    "body": [
      {
        "type": "Container",
        "items": [
          {
            "type": "TextBlock",
            "text": "Hey Hi !!",
            "size": "medium",
            "weight": "bolder"
          }
        ]
      },
      {
        "type": "Container",
        "items": [
          {
            "type": "TextBlock",
            "text": "n    Microsoft Teams is a proprietary business communication platform developed by Microsoft, as part of the Microsoft 365 family of products. [Click here](https://en.wikipedia.org/wiki/Microsoft_Teams) to know more about Teams.n",
            "wrap": true
          }
        ]
      }
    ],
    "msteams": {
      "width": "Full"
    }
  }
}

Steps to reproduce:

  1. Send an adaptive card message with the content like above
  2. Send a message as reply for that adaptive card message using inbuilt reply option.
  3. After the message is sent, if you click the card in the reply message it should navigate to the adaptive card message but whereas the adaptive card gets disappeared.

Screenshot:

User's image

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,136 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,267 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Sayali-MSFT 2,491 Reputation points Microsoft Vendor
    2023-07-21T13:26:22.9466667+00:00

    Hello Everyone, We got the reply from engineering team that, this is known issue.
    Engineering team working on this issue.

    Currently we don’t have ETA or Update on this thread. We will let you know once we have any updates on it. Thanks.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.