Skip to main content

Notifications

Power Automate - Using Flows
Unanswered

Yammer Flow for MS Teams No Longer Showing Message in Adaptive Card

(0) ShareShare
ReportReport
Posted on by 10

Something strange started happening today with a Yammer Flow that has been running great for well over a year.

 

This flow will send a message to a MS Teams chat whenever someone creates a new post on Yammer. In previous state, it would display the message content within the post:

swolfe2_0-1711115910058.png

Starting today, messages are coming through with no information:

swolfe2_1-1711116023301.png

 

Here's the code being used for the Adaptive Card which has not been modified.

{
 "type": "AdaptiveCard",
 "body": [
 {
 "type": "TextBlock",
 "text": "New PBI Yammer Post",
 "spacing": "Medium",
 "size": "Large",
 "weight": "Bolder"
 },
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "items": [
 {
 "type": "Image",
 "style": "Icon",
 "url": "https://github.com/microsoft/PowerBI-Icons/blob/main/PNG/Power-BI.png?raw=true",
 "size": "Small"
 }
 ],
 "width": "auto"
 },
 {
 "type": "Column",
 "items": [
 {
 "type": "TextBlock",
 "spacing": "None",
 "text": "Created By: @{body('Get_user_details')?['full_name']}",
 "isSubtle": true,
 "wrap": true
 },
 {
 "type": "TextBlock",
 "spacing": "None",
 "text": "Created On: @{formatdatetime(triggerOutputs()?['body/created_at'], 'yyyy-MM-dd h:mm tt')} (UTC)",
 "isSubtle": true,
 "wrap": true
 }
 ],
 "width": "stretch"
 }
 ]
 },
 {
 "type": "FactSet",
 "facts": [
 {
 "title": "Message",
 "value": "@{triggerOutputs()?['body/content_excerpt']}"
 }
 ]
 },
 {
 "type": "ActionSet",
 "actions": [
 {
 "type": "Action.OpenUrl",
 "title": "Go to message",
 "url": "@{triggerOutputs()?['body/web_url']}"
 }
 ]
 }
 ],
 "version": "1.2",
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}

Any help/guidance would be greatly appreciated. Thanks!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,580

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,909

Leaderboard

Featured topics

Restore a deleted flow