question

KristinaBonevska-6278 avatar image
0 Votes"
KristinaBonevska-6278 asked Sayali-MSFT-0291 commented

Adaptive card not visible in preview mode in a Channel

Hey there team, recently I have noticed that if I try to send an adaptive card like this one to a private chat the preview works but in a channel, the preview is broken

 {
     "composeExtension": {
         "attachments": [
             {
                 "content": {
                     "type": "AdaptiveCard",
                     "body": [
                         {
                             "columns": [
                                 {
                                     "width": "auto",
                                     "items": [
                                         {
                                             "horizontalAlignment": null,
                                             "size": "small",
                                             "style": null,
                                             "url": "https://eu-prod.asyncgw.teams.microsoft.com/urlp/v1/url/content?url=https%3a%2f%2fapp.test.com%2fdist%2fimg%2ficons%2femails%2fsession.png",
                                             "width": "14px",
                                             "height": "14px",
                                             "separator": false,
                                             "type": "Image"
                                         }
                                     ],
                                     "separator": false,
                                     "type": "Column"
                                 },
                                 {
                                     "width": "stretch",
                                     "items": [
                                         {
                                             "color": "accent",
                                             "horizontalAlignment": null,
                                             "isSubtle": false,
                                             "maxLines": 0,
                                             "size": "small",
                                             "text": "[Session: Q4 2021]",
                                             "weight": null,
                                             "wrap": true,
                                             "separator": false,
                                             "type": "TextBlock"
                                         }
                                     ],
                                     "separator": false,
                                     "type": "Column"
                                 }
                             ],
                             "separator": false,
                             "type": "ColumnSet"
                         },
                         {
                             "columns": [
                                 {
                                     "width": "auto",
                                     "items": [
                                         {
                                             "horizontalAlignment": null,
                                             "size": "small",
                                             "style": null,
                                             "url": "https://eu-prod.asyncgw.teams.microsoft.com/urlp/v1/url/content?url=https%3a%2f%2fapp.test.com%2fdist%2fimg%2ficons%2femails%2fobjective.png",
                                             "width": "14px",
                                             "height": "14px",
                                             "separator": false,
                                             "type": "Image"
                                         }
                                     ],
                                     "separator": false,
                                     "type": "Column"
                                 },
                                 {
                                     "width": "stretch",
                                     "items": [
                                         {
                                             "color": "accent",
                                             "horizontalAlignment": null,
                                             "isSubtle": false,
                                             "maxLines": 0,
                                             "size": null,
                                             "text": "[Objective: asd _(0%)_]",
                                             "weight": null,
                                             "wrap": true,
                                             "separator": false,
                                             "type": "TextBlock"
                                         }
                                     ],
                                     "separator": false,
                                     "type": "Column"
                                 }
                             ],
                             "style": "default",
                             "spacing": "Small",
                             "separator": false,
                             "type": "ColumnSet"
                         }
                     ],
                     "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
                     "version": "1.0"
                 },
                 "contentType": "application/vnd.microsoft.card.adaptive",
                 "preview": {
                     "content": {
                         "title": "asd",
                         "text": "k b",
                         "images": [
                             {
                                 "url": "https://eu-prod.asyncgw.teams.microsoft.com/urlp/v1/url/content?url=https%3a%2f%2fapp.test.com%2fdist%2fimg%2ficons%2femails%2fobjective.png"
                             }
                         ]
                     },
                     "contentType": "application/vnd.microsoft.card.thumbnail"
                 }
             }
         ],
         "type": "result",
         "attachmentLayout": "list"
     },
     "responseType": "composeExtension"
 }

VW2ckhzvvpR9yP
















office-teams-app-dev
· 14
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @KristinaBonevska-6278,

Welcome to Microsoft Q&A!

Then please understand that the "office-teams-windows-itpro" tag is for general questions about Microsoft Teams client. Since your issue involving Adaptive cards is more related to development, I'll change the tag to "office-teams-app-dev" instead so that their community can help look into this as well. You can also try posting to the dedicated Microsoft Power Automate Community for assistance.


0 Votes 0 ·

Hi @YukiSun-MSFT thanks for changing the tag, as I wasn't really sure about it.

0 Votes 0 ·

We will check on it from our end and let you know.

0 Votes 0 ·
Sayali-MSFT-0291 avatar image Sayali-MSFT-0291 KristinaBonevska-6278 ·

@KristinaBonevska-6278- We are able to repro that issue , We have raised bug for the same and concerned team is looking into it. We will inform you once we get any update.

0 Votes 0 ·

I too have encountered this issue where the adaptive card preview is not visible! Do we have any update on this?

1 Vote 1 ·
Show more comments

Hey, @Sayali-MSFT-0291 thank you for the heads up, Where can I find the bug to be able to follow it?

0 Votes 0 ·
Show more comments

0 Answers