MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
286 stars 508 forks source link

Adaptive card version 1.5 does not display in teams #9801

Open SkylerK-GG opened 1 year ago

SkylerK-GG commented 1 year ago

I am currently using teams for desktop, version 1.6.00.27573, and attempting to send an adaptive card via power automate. The card I am trying to send is as follows:

{
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.5",
    "body": [
        {
            "type": "TextBlock",
            "text": "Test",
            "wrap": true
        }
    ]
}

Although the documentation states that adaptive card 1.5 is supported, all I get is a message that says "We're sorry, this card couldn't be displayed". If the version is changed to 1.4, it displays fine.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Meghana-MSFT commented 1 year ago

We are able to repro this issue, we have raised a bug for the same. We will keep you posted on the updates. Thank you.

SkylerK-GG commented 1 year ago

Small update, same issue also occurs on android. Tested on teams version 1416/1.0.0.2023192801/1016.

Any ETA on when this will be resolved?

Meghana-MSFT commented 12 months ago

Unfortunately, we do not have any ETA to share. We will keep you posted on the updates. Thank you.

SkylerK-GG commented 11 months ago

Can I at least get an ETA on an ETA? My company is attempting to adopt cards for use in internal processes, and not being able to use the table element is proving to be quite an impediment to achieving this goal.

Meghana-MSFT commented 11 months ago

Apologies for the inconvenience caused to you, we do not have any ETA to share. We are following up with engineering team for updates. Thank you.

gbassinello commented 6 months ago

Still with this issue. Adaptive Cards 1.5 works for Channel Webhooks but not from Power Automate "Post Card to Chat or Channel" action. The documentation says 1.5 is supported.

Meghana-MSFT commented 5 months ago

The note mentions only about adaptive cards sent via bots, message extensions etc but not Power Automate. We are also checking about the status of above-mentioned bug. We will keep you posted on the updates.

mrpaulreed commented 4 months ago

I notice that Channel Webhooks are about to decommission. Does that mean that this bug will be fixed in time ? I have much that will fail when I am forced into Workflows if 1.5 is still not working !?!??!

jwbeck97 commented 3 months ago

I notice that Channel Webhooks are about to decommission. Does that mean that this bug will be fixed in time ? I have much that will fail when I am forced into Workflows if 1.5 is still not working !?!??!

Same here

greg0rym commented 3 months ago

This is an issue for us given we are being forced away from connectors to workflows on a short timeline.

xolf commented 3 months ago

This is an issue for us given we are being forced away from connectors to workflows on a short timeline.

Same here. Workflows even didn't worked for me so I was required to upgrade to Power Automate Premium to create my own HTTP Post endpoint and send them via a flow to be limited to 1.4 version.

mrpaulreed commented 3 months ago

Hey @Meghana-MSFT - any further update on this considering that many features will soon cease to function once HTML is no longer available in WorkFLows. Like for example AdaptiveCardTables ( which is my killer ) ?

Andrew-J-Larson commented 3 months ago

Still with this issue. Adaptive Cards 1.5 works for Channel Webhooks but not from Power Automate "Post Card to Chat or Channel" action. The documentation says 1.5 is supported.

True, I've found sticking to version 1.4 is what works for me right now. I've avoided using any HTML based formatting, and only using markdown.

NSundararajanRTGBI commented 3 months ago

Is this issue fixed? I'm also having same issue. With new Teams Workflow. I'm getting message "we're sorry, this card coudn't be displayed.

FluffyMatt commented 3 months ago

Echoing the other statements here 1.5 isn't working at all

kalexnolasco commented 1 month ago

Please 🥺. We need to use the 1.5 version.

ponvthc commented 1 month ago

Agree, this is an issue that needs to be addressed.

mnoah66 commented 1 month ago

Any update?? I need 1.5 in order to use universal actions (which, according to documentation is only supported on 1.5)

Octacon100 commented 3 weeks ago

Being able to use 1.5 would really help with uploading data tables, currently stuck on using html uploads to do this.