Skip to content

[Rendering] Using new elements like ProgressBar breaks card in Teams #9248

@tobiasviehweger

Description

@tobiasviehweger

Target Platforms

Other, NodeJS

SDK Version

n/a

Application Name

Microsoft Teams

Problem Description

When using the ProgressBar elements, Microsoft Teams does not render the card correctly. This already used to work, but stopped working a few weeks ago. Any idea when Teams will support those elements?

Screenshots

Image

Card JSON

{
    "type": "AdaptiveCard",
    "$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.5",
    "body": [
        {
            "type": "ProgressBar",
            "value": 20
        }
    ]
}

Sample Code Language

No response

Sample Code

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions