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 / notification of workfl...
Power Automate
Suggested Answer

notification of workflows

(2) ShareShare
ReportReport
Posted on by 2
I have a Power Automate workflow that posts messages to a Teams channel using an Adaptive Card. It posts to the channel correctly, but the Activity Feed and the mobile notifications only say Card. I've tried adding the "summary": property above the body section (example below), but that didn't do anything. I'm using the "Post with adaptive card in a chat or channel" action. This also occurs on the "Reply with adaptive card in channel" action. Can Summary or another property be used that can be fed static text or a variable so we're not shown unhelpful "Card" notifications on our phones and Teams feed? Thanks.
 
Adaptive card JSON:
{
"type": "AdaptiveCard",
"summary": "Summary text of goodness",
"body": [
{
...etc
スクリーンショット 2024-07...

Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

Categories:
I have the same question (0)
  • Suggested answer
    Ninjasabi Profile Picture
    122 on at
    There's a way to make those notifications more meaningful by using a special property in your Adaptive Card JSON. To improve the notifications, you can use the msteams property within your Adaptive Card JSON.
     
    {
      "type": "AdaptiveCard",
      "version": "1.2",
      "msteams": {
        "width": "Full",
        "summary": "Summary text of goodness"
      },
      "body": [
        {
          "type": "TextBlock",
          "text": "This is an example of an Adaptive Card with a summary.",
          "wrap": true
        }
        // ... other elements
      ],
      "$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
    }
     
  • DM1145 Profile Picture
    2 on at
    Has this worked for anybody?  I've set this on a number of channel post source automation, and it is not working for me.
     
     
    David
  • Suggested answer
    Laurenz_H Profile Picture
    4 on at
    I would have loved for the "msteams" "summery" to work. But it does not.

    The subject parameter is one workaround that is currently working. But it brings its own issues with it (see link): https://community.powerplatform.com/forums/thread/details/?commentid=48d8444a-6069-f111-a826-6045bddc3c65

    Or send a chat first and then update it with a card. Pretty annoying but it works. Source= https://github.com/MicrosoftDocs/msteams-docs/issues/9135#issuecomment-3853584260

     

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 462

#2
Vish WR Profile Picture

Vish WR 256

#3
David_MA Profile Picture

David_MA 242 Super User 2026 Season 1

Last 30 days Overall leaderboard