Recently upgraded to v 1.1.11 from previous 1.1.08. The posts do not format correctly on the Web and Windows Teams client. They appear to be truncated to a narrow setting. We had to alter the Microsoft Workflow we are using for the webhook to post-process the JSON sent from Splunk . 1. Need to update the version to 1.5 - "version":"1.5", 2. Need to add the following field / array. - "msteams":{"width":"Full"} I was able to do this using a compose and set variable function Compose setProperty(setProperty(variables('Body'), 'msteams', json('{"width":"full"}')), 'version', '1.5') StevenD_2-1786536502038.png Example of issue here: Normal post (in fat client GUI) ... notice right hand side gap when client is full screen mode (similar on web). StevenD_1-1786535932923.png After JSON changes. StevenD_0-1786535774043.png
... View more