Adaptive card table does not honour column width in MSTeams

EDIT: added image links back to payload.

Trying to create a table using Adaptive Cards and sending it to a webhook through a teams workflow, but no matter what I try with the table column weighting (Unless I hard code pixel widths, which defeats the purpose of adaptive) the columns do not honour the width in MSTeams, but do in the Microsoft Adaptive Card preview tool.

Not sure what I’m missing, any suggestions welcome.

I’ve omit some urls for images that are not relevant.

Expected behaviour:

Actual behaviour:

{
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "type": "AdaptiveCard",
    "version": "1.5",
    "body": [
      {
        "columns": [
          {
            "items": [
              {
                "text": "✅ Intune Applications Created Using Local-Content (4)",
                "weight": "bolder",
                "size": "large",
                "wrap": true,
                "type": "TextBlock"
              }
            ],
            "width": "stretch",
            "type": "Column"
          },
          {
            "items": [
              {
                "url": "https://iili.io/JjeJoEx.png",
                "size": "Medium",
                "horizontalAlignment": "Right",
                "type": "Image"
              }
            ],
            "width": "auto",
            "type": "Column"
          }
        ],
        "separator": true,
        "type": "ColumnSet"
      },
      {
        "columns": [
          {
            "width": "1"
          },
          {
            "width": "5"
          },
          {
            "width": "3"
          },
          {
            "width": "3"
          },
          {
            "width": "2"
          }
        ],
        "firstRowAsHeader": true,
        "gridStyle": "emphasis",
        "rows": [
          {
            "cells": [
              {
                "items": [
                  {
                    "text": "",
                    "isSubtle": true,
                    "style": "heading",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Product",
                    "isSubtle": true,
                    "style": "heading",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Severity",
                    "isSubtle": true,
                    "style": "heading",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Classification",
                    "isSubtle": true,
                    "style": "heading",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "CVEs",
                    "isSubtle": true,
                    "style": "heading",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              }
            ],
            "type": "TableRow"
          },
          {
            "cells": [
              {
                "items": [
                  {
                    "url": "https://raw.githubusercontent.com/smcallister594/scotscottmca/refs/heads/main/assets/images/7-Zip.png",
                    "size": "Small",
                    "type": "Image"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "[7-Zip 24.09 (EXE-x64)](http://www.7-zip.org/history.txt)",
                    "wrap": true,
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Important",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Security",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "1",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              }
            ],
            "type": "TableRow"
          },
          {
            "cells": [
              {
                "items": [
                  {
                    "url": "https://raw.githubusercontent.com/smcallister594/scotscottmca/refs/heads/main/assets/images/7-Zip.png",
                    "size": "small",
                    "type": "Image"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "[7-Zip 24.09 (EXE-x86)](http://www.7-zip.org/history.txt)",
                    "wrap": true,
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Important",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Security",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "1",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              }
            ],
            "type": "TableRow"
          },
          {
            "cells": [
              {
                "items": [
                  {
                    "url": "https://raw.githubusercontent.com/smcallister594/scotscottmca/refs/heads/main/assets/images/7-Zip.png",
                    "size": "Small",
                    "type": "Image"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "[7-Zip 24.09 (MSI-x64)](http://www.7-zip.org/history.txt)",
                    "wrap": true,
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Important",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Security",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "1",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              }
            ],
            "type": "TableRow"
          },
          {
            "cells": [
              {
                "items": [
                  {
                    "url": "https://raw.githubusercontent.com/smcallister594/scotscottmca/refs/heads/main/assets/images/7-Zip.png",
                    "size": "Small",
                    "type": "Image"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "[7-Zip 24.09 (MSI-x86)](http://www.7-zip.org/history.txt)",
                    "wrap": true,
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Important",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "Security",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              },
              {
                "items": [
                  {
                    "text": "1",
                    "type": "TextBlock"
                  }
                ],
                "type": "TableCell"
              }
            ],
            "type": "TableRow"
          }
        ],
        "verticalCellContentAlignment": "Center",
        "separator": true,
        "type": "Table"
      },
      {
        "columns": [
          {
            "items": [
              {
                "url": "https://patchmypc.com/wp-content/uploads/2018/06/Patch20My20PC20-20Logo20Horizontal20-20300ppi.png",
                "size": "Medium",
                "width": "180px",
                "type": "Image"
              }
            ],
            "width": "auto",
            "verticalContentAlignment": "Center",
            "type": "Column"
          },
          {
            "items": [
              {
                "text": "Report generated on **CM1**. Intune Tenant: **ScotScottMcA**",
                "size": "small",
                "isSubtle": true,
                "wrap": true,
                "horizontalAlignment": "Right",
                "spacing": "None",
                "type": "TextBlock"
              },
              {
                "text": "12/20/2024 3:23:11 PM (GMT Standard Time)",
                "size": "small",
                "isSubtle": true,
                "horizontalAlignment": "Right",
                "spacing": "None",
                "type": "TextBlock"
              }
            ],
            "width": "stretch",
            "verticalContentAlignment": "Center",
            "type": "Column"
          }
        ],
        "separator": true,
        "spacing": "None",
        "type": "ColumnSet"
      }
    ],
    "msteams": {
      "width": "Full"
    }
  }

4

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật