Skitionek / notify-microsoft-teams

Github action to send comprehensive raport to Microsoft Teams
70 stars 38 forks source link

AdaptiveCard Messages Not Displaying in Microsoft Teams Mobile App #94

Open CrablinD1 opened 1 month ago

CrablinD1 commented 1 month ago

After recent changes to the AdaptiveCard formatting, messages sent to Microsoft Teams using this GitHub Action are not displaying correctly on the mobile client. Instead of rendering the expected content, the messages appear empty on the Microsoft Teams mobile app. The issue is specific to the mobile app, as the same messages display correctly on the desktop and web versions of Teams.

This issue did not occur with previous versions of the formatting (commit 77cc88b).

AlastairDewar commented 1 month ago

Hey,

This is a common issue. I'm seeing the same thing on the Desktop version.

The temporary solution is to change the AdaptiveCard version from 1.5 to 1.4.

I can't see any way to do this without a PR.