AdaptiveCards icon indicating copy to clipboard operation
AdaptiveCards copied to clipboard

[Designer] Data binding Issue

Open achebrol opened this issue 8 months ago • 1 comments

Problem Description

Trying to understand how templating works with the new designer (https://adaptivecards.microsoft.com/designer.html) but i am seeing too many console errors

Card JSON

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

Screenshot

Image

achebrol avatar May 24 '25 17:05 achebrol

is this today Microsoft product quality ? has been trying different approach and read docs all day. Test it before & after release Thx Microsoft.

@achebrol just use the legacy version editor, it works at least. https://adaptivecards.io/designer/

ole3021 avatar Jun 26 '25 05:06 ole3021