问题 I have the following simple card: { "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "TextBlock", "text": "{data}" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json" } When I apply the following data to the card (value is number), the text box is empty: { "data":11111 } With text, the I can see the data in the card: { "data":"11111" } This is not a code issue, this is how it looks in the designer. Am I missing something, is there a type for a text box that lets