web
You’re offline. This is a read only version of the page.
close
Skip to main content
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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 497 Moderator

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 477 Super User 2025 Season 2

#3
chiaraalina Profile Picture

chiaraalina 242

Last 30 days Overall leaderboard