Card Elements

Card Elements are the primary structural building blocks of an MS Teams Adaptive Card.

ColumnSet

  • Purpose: Acts as a container for other elements, allowing you to create multi-column layouts.
  • Usage: Drag and drop a ColumnSet onto the canvas, then drag individual elements (like TextBlocks or Images) inside each column.

TextBlock

  • Purpose: Adds text content to the card.
  • Styling: You can customize font size, weight (e.g., Bolder), and color.
  • Data Binding: TextBlocks can contain dynamic variables like {{SR_ID}} inserted as chips.