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 Automate - Power Automate Mobile App
Unanswered

How to change the title in the Power Automate

(0) ShareShare
ReportReport
Posted on by 142
Hi,
 
I am able to generate the adaptive card on the teams through the below code snippet
 
But I am able to see the heading as Workflows and I want to see as Campaign in place of Workflows.
 
Please suggest me accordingly.
 
 
{
  "type": "AdaptiveCard",
  "body": [
    {
      "type": "TextBlock",
      "text": "This is to remind about the Campaign.Did you Complete the request?",
      "wrap": true
    }
  ],
  "actions": [
    {
      "type": "Action.Submit",
      "title": "Yes",
      "data": {
        "response": "Yes"
      }
    },
    {
      "type": "Action.Submit",
      "title": "No",
      "data": {
        "response": "No"
      }
    }
  ],
  "version": "1.4"
}
 
Categories:
I have the same question (0)
  • Suggested answer
    Tomac Profile Picture
    2,625 Moderator on at
    How to change the title in the Power Automate
    What you're looking at isn't the title, it's the Sender's name.
     
    In regular chat it shows the person's profile picture and name in the same location - the adaptive card is being sent by Workflows so it's showing Workflows as the name of the sender.
     
    EDIT:
    You can also modify the adaptive card to add a title to it, as in the following example added into the card you posted:
    {
      "type": "AdaptiveCard",
      "body": [
    	{
                "type": "TextBlock",
                "size": "Medium",
                "weight": "Bolder",
                "text": "Campaigns"
            },
        {
          "type": "TextBlock",
          "text": "This is to remind about the Campaign. Did you Complete the request?",
          "wrap": true
        }
      ],
      "actions": [
        {
          "type": "Action.Submit",
          "title": "Yes",
          "data": {
            "response": "Yes"
          }
        },
        {
          "type": "Action.Submit",
          "title": "No",
          "data": {
            "response": "No"
          }
        }
      ],
      "version": "1.4"
    }
     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 699 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 542 Moderator

#3
chiaraalina Profile Picture

chiaraalina 321

Last 30 days Overall leaderboard

Featured topics