You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to have a crossed out text in MS Teams conversation feed. I'm sending JSON to working Incomming Webhook, which takes a message which has an attachment -- an AdaptiveCard. I need to show a value change and the old value i need to cross out. I did this 3 ways using TextBlock and 1 way with FactSet. The online designer tool shows what i need, but the message in the actual MS Team conversion is not rendered correctly.
Designer tool test only AdaptiveCard json, and not whole json (message). So i was thinking maybe the message itself should declare some sort of text style interpretation, but __Date__ is rendered correctly which is clearly a markdown syntax.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
I need to have a crossed out text in MS Teams conversation feed. I'm sending JSON to working Incomming Webhook, which takes a
message
which has an attachment -- anAdaptiveCard
. I need to show a value change and the old value i need to cross out. I did this 3 ways usingTextBlock
and 1 way withFactSet
. The online designer tool shows what i need, but the message in the actual MS Team conversion is not rendered correctly.Designer tool test only
AdaptiveCard
json, and not whole json (message
). So i was thinking maybe the message itself should declare some sort of text style interpretation, but__Date__
is rendered correctly which is clearly a markdown syntax.The json i'm using
The difference in rendering: left -- the online tool with "MS Teams - Light" set as host app, right -- actual rendering of a posted message
Any idea how to make crossed out text effect in MS Teams message?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions