EvotecIT / PSTeams

PSTeams is a PowerShell Module working on Windows / Linux and Mac. It allows sending notifications to Microsoft Teams via WebHook Notifications. It's pretty flexible and provides a bunch of options. Initially, it only supported one sort of Team Cards but since version 2.X.X it supports Adaptive Cards, Hero Cards, List Cards, and Thumbnail Cards. All those new cards have their own cmdlets and the old version of creating Teams Cards stays as-is for compatibility reasons.
MIT License
409 stars 41 forks source link

Table adaptive card column limit? #54

Closed chaoscreater closed 1 year ago

chaoscreater commented 1 year ago

I'm able to output a table with 6 columns, but it seems like if I add more columns to the PSCustomObject, Teams doesn't generate the message. Is there a limit on how many columns you can output?

PrzemyslawKlys commented 1 year ago

Not a direct limit

image

I guess whatever fits the screen - stays.