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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Wrap text in adaptive ...
Power Automate
Answered

Wrap text in adaptive card headline

(0) ShareShare
ReportReport
Posted on by 1,934 Moderator

Hello,

 

How do you wrap the text in the headline of an adaptive card? 

annetoal_1-1605803478818.png

 

 

{
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
 "type": "AdaptiveCard",
 "version": "1.1",
 "body": [
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "width": 2,
 "items": [
 {
 "type": "TextBlock",
 "text": "@{triggerOutputs()['headers']['x-ms-user-name-encoded']} requests that you review and approve or reject @{outputs('Update_file_properties')?['body/{FilenameWithExtension}']}", 
 "weight": "Bolder",
 "size": "Large",
 "spacing": "ExtraLarge",
 "separator": true,
 "horizontalAlignment": "Center",
 "height": "stretch",
 "color": "Accent"
 },
 {
 "type": "TextBlock",
 "text": "Approved By",
 "wrap": true
 },
 {
 "type": "Input.Text",
 "id": "myName",
 "placeholder": "Approver's full name"
 },
 {
 "type": "TextBlock",
 "text": "Email Address",
 "wrap": true
 },
 {
 "type": "Input.Text",
 "id": "myEmail",
 "placeholder": "abc@example.com",
 "style": "Email"
 },
 {
 "type": "TextBlock",
 "text": "Approval/Reject Comments",
 "wrap": true
 },
 {
 "type": "Input.Text",
 "id": "commentsId",
 "placeholder": ""
 }
 ]
 }
 ]
 }
 ],
 "actions": [
 {
 "type": "Action.OpenUrl",
 "title": "View document",
 "url": "@{variables('DocURL')}"
 },
 {
 "type": "Action.Submit",
 "title": "Approve",
 "size": "Small",
 "style": "positive"
 },
 {
 "type": "Action.Submit",
 "title": "Reject",
 "size": "Small",
 "style": "destructive"
 }
 ]
}

 

 

Thanks,

Anne

Categories:
I have the same question (0)
  • Verified answer
    krootz Profile Picture
    458 on at

    @annetoal add "wrap":true

     

    wrap.png

  • annetoal Profile Picture
    1,934 Moderator on at

    Many thanks!

     

    Anne

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
Michael E. Gernaey Profile Picture

Michael E. Gernaey 501 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 323 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard