1

The adaptive card JSON object is as shown below

{
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.3",
    "body": [
        {
            "type": "Container",
            "items": [
                {
                    "type": "TextBlock",
                    "text": "So set **wrap** to true if you plan on showing a paragraph of text [Adaptive Cards](https://adaptivecards.io)",
                    "wrap": true
                }
            ]
        }
    ]
}

Output in Teams app:

So set **wrap** to true if you plan on showing a paragraph of text [Adaptive Cards](https://adaptivecards.io)

Gregoire Ducharme
  • 1,095
  • 12
  • 24

1 Answers1

0

We have tested the given adaptive card json in App studio. It was working fine at our end.

enter image description here

Nivedipa-MSFT
  • 1,237
  • 1
  • 2
  • 8