
Announcements
Hi, i have a problem with the channel message where it can't display all the message.
It was working fine where the message is received and showed all in Microsoft outlook, but then I configure to forward the message to channel via Workflow it only shows half and there is no expend option too for that message in channel.
I have sought for help from Microsoft Team and the advice me to seek Power Automate for better expert matter.
Microsoft Workflow - Microsoft team channel message only display half - Microsoft Community
(*After the message "......entered the Alarm " there is more message but can't show)
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.2",
"body": [
{
"type": "TextBlock",
"text": "You have a new email from @{triggerOutputs()?['body/toRecipients']}",
"wrap": true,
"size": "ExtraLarge",
"weight": "Bolder"
},
{
"type": "TextBlock",
"text": "@{replace(triggerOutputs()?['body/subject'], '"', '\"')}",
"weight": "Bolder",
"size": "Medium"
},
{
"type": "TextBlock",
"text": "From: @{triggerOutputs()?['body/from']}",
"wrap": true,
"weight": "Lighter",
},
{
"type": "TextBlock",
"text": "@{replace(triggerOutputs()?['body/bodyPreview'],'"', '\"')}",
"wrap": true
}
]
}
If i change the "text": "@{replace(triggerOutputs()?['body/bodyPreview'],'"', '\"')}", to "text": "@{replace(triggerOutputs()?['body/body'],'"', '\"')}"
it will like blast a mess message like this but it have all the message