Conversations involving multiple participants, allowing collaboration and information sharing in Teams
For over a year I’ve been using Power Automate to send messages to project managers in Teams. These messages include a table formatted with HTML. The message header is center-aligned, the column headings are also center-aligned, the data in two columns are right-aligned & the data in the remaining columns are left-aligned. This setup worked perfectly until two or three weeks ago. Suddenly, the alignment of the header and the data in the two right-aligned columns is no longer correct, although the column headings remain center-aligned. The Power Automate Flow hasn’t changed at all. Could there have been an update in Teams affecting HTML rendering? I’ve searched online but haven’t found any information. Alternatively, do you have any ideas on what might be causing this issue?
I have also encountered the same issue while sending notifications from our Jenkins post to Teams Desktop via a webhook. Everything was functioning correctly until October 30, 2024, but afterward, some of the styles are no longer applied as expected.
Specifically, certain styles like padding and border-radius are not rendering properly. To address this, I slightly updated my notification template. Initially, I was using the div tag in several places, which stopped working correctly, so I switched to using span tags. While not all styles rendered as before, I found that some, especially colors, were displayed correctly.
Additionally, instead of applying text-align styles in td within the main style declaration, I recommend setting the align attribute directly on the respective td elements. This adjustment appears to improve the rendering of the alignment.
Last thing same HTML is rendered properly at Teams Web Version, its just issue with teams Desktop version.
Web Version The client version is 1415/24061318408. ****
Desktop Version 24277.3502.3161.3007. - The client version is 50/24100324916.
That said, I still have the main question: Is there any documentation available regarding HTML rendering in Teams? Having access to such information would help us update our code accordingly."