web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Yammer Flow for MS Tea...
Power Automate
Unanswered

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

(0) ShareShare
ReportReport
Posted on by 15

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!

Categories:
I have the same question (0)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 77 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 68

#3
Expiscornovus Profile Picture

Expiscornovus 56 Most Valuable Professional

Last 30 days Overall leaderboard