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 / Adaptive Card not disp...
Power Automate
Answered

Adaptive Card not displaying

(0) ShareShare
ReportReport
Posted on by 143

Hi, may i know, how to solve this? Currently, i am using Post Adaptive Card and wait for a response,  Post As Flow bot, Post in Chat with Flow bot. I have changed the target version in Adaptive Card Microsoft, but it won't displaying also.

Screenshot 2024-04-18 151151.png

Categories:
I have the same question (0)
  • v-xiaochen-msft Profile Picture
    on at

    Hi @mel_ ,

     

    Could you share the adaptive card content?

     

    Best Regards,

    Wearsky

  • mel_ Profile Picture
    143 on at

    @v-xiaochen-msft 

    here is my json,

    {
        "type": "AdaptiveCard",
        "body": [
            {
                "type": "TextBlock",
                "text": "Data Service Help Desk",
                "wrap": true,
                "weight": "Bolder",
                "size": "Large",
                "fontType": "Default",
                "style": "heading",
                "color": "Dark"
            },
            {
                "type": "TextBlock",
                "size": "Medium",
                "weight": "Bolder",
                "text": "Ticket Request Completion: Review Solution []"
            },
            {
                "type": "TextBlock",
                "text": "Requestor:",
                "wrap": true,
                "size": "Small"
            },
            {
                "type": "TextBlock",
                "text": "Email:",
                "wrap": true,
                "size": "Small"
            },
            {
                "type": "TextBlock",
                "text": "Department:",
                "wrap": true,
                "size": "Small"
            },
            {
                "type": "TextBlock",
                "text": "Request Date:",
                "wrap": true,
                "size": "Small"
            },
            {
                "type": "TextBlock",
                "text": "Type of Request:",
                "wrap": true,
                "size": "Small"
            },
            {
                "type": "TextBlock",
                "text": "Description:",
                "wrap": true,
                "size": "Small"
            },
            {
                "type": "TextBlock",
                "text": "Resolution:",
                "wrap": true,
                "size": "Small"
            },
            {
                "type": "Input.ChoiceSet",
                "choices": [
                    {
                        "title": "Yes",
                        "value": "Yes"
                    },
                    {
                        "title": "No",
                        "value": "No"
                    }
                ],
                "placeholder": "Please indicate 'Yes' or 'No'",
                "label": "Does this solution meet your expectations",
                "isRequired": true,
                "spacing": "Large",
                "errorMessage": "Please indicate 'Yes' or 'No'."
            },
            {
                "type": "Input.Text",
                "placeholder": "Please input your comments (if any)",
                "label": "Comments",
                "isMultiline": true
            }
        ],
        "version": "1.5",
        "actions": [
            {
                "type": "Action.Submit",
                "title": "Submit"
            }
        ]
    }
     
    Screenshot 2024-04-18 152614.pngScreenshot 2024-04-18 152621.png
  • Verified answer
    v-xiaochen-msft Profile Picture
    on at

    Hi @mel_ ,

     

    Please try this

    {
     "type": "AdaptiveCard",
     "body": [
     {
     "type": "TextBlock",
     "text": "Data Service Help Desk",
     "wrap": true,
     "weight": "Bolder",
     "size": "Large",
     "fontType": "Default",
     "style": "heading",
     "color": "Dark"
     },
     {
     "type": "TextBlock",
     "size": "Medium",
     "weight": "Bolder",
     "text": "Ticket Request Completion: Review Solution []"
     },
     {
     "type": "TextBlock",
     "text": "Requestor:",
     "wrap": true,
     "size": "Small"
     },
     {
     "type": "TextBlock",
     "text": "Email:",
     "wrap": true,
     "size": "Small"
     },
     {
     "type": "TextBlock",
     "text": "Department:",
     "wrap": true,
     "size": "Small"
     },
     {
     "type": "TextBlock",
     "text": "Request Date:",
     "wrap": true,
     "size": "Small"
     },
     {
     "type": "TextBlock",
     "text": "Type of Request:",
     "wrap": true,
     "size": "Small"
     },
     {
     "type": "TextBlock",
     "text": "Description:",
     "wrap": true,
     "size": "Small"
     },
     {
     "type": "TextBlock",
     "text": "Resolution:",
     "wrap": true,
     "size": "Small"
     },
     {
     "type": "Input.ChoiceSet",
     "choices": [
     {
     "title": "Yes",
     "value": "Yes"
     },
     {
     "title": "No",
     "value": "No"
     }
     ],
     "placeholder": "Please indicate 'Yes' or 'No'",
     "label": "Does this solution meet your expectations",
     "isRequired": true,
     "spacing": "Large",
     "errorMessage": "Please indicate 'Yes' or 'No'.",
     "id": "1"
     },
     {
     "type": "Input.Text",
     "placeholder": "Please input your comments (if any)",
     "label": "Comments",
     "isMultiline": true,
     "id": "2"
     }
     ],
     "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
     "version": "1.2",
     "actions": [
     {
     "type": "Action.Submit",
     "title": "Submit"
     }
     ]
    }

     

    Best Regards,

    Wearsky

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 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard