Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Action Button on Outlook Actionable Adaptive card not showing in Outlook

(0) ShareShare
ReportReport
Posted on by 86

I followed the same steps last week with no issues. however, today the "submit" button won't appear in Outlook.

 

Has anyone else experienced this?

 

MT090511_1-1672711742394.pngMT090511_2-1672711756421.png

 

 

{
    "type": "AdaptiveCard",
    "version": "1.4",
    "body": [
        {
            "type": "TextBlock",
            "text": "Please Submit Weekly Time Cards",
            "wrap": true,
            "id": "Header",
            "fontType": "Default",
            "size": "Medium",
            "weight": "Bolder"
        },
        {
            "type": "TextBlock",
            "text": "Have you submitted your",
            "wrap": true,
            "id": "WeekId"
        },
        {
            "type": "Input.ChoiceSet",
            "choices": [
                {
                    "title": "Choice 1",
                    "value": "Choice 1"
                },
                {
                    "title": "Choice 2",
                    "value": "Choice 2"
                }
            ],
            "placeholder": "Placeholder text"
        }
    ],
    "actions": [
        {
            "type": "Action.Http",
            "title": "Action.Http"
        }
    ]
}
  • yogeshgowda1912 Profile Picture
    2 on at
    Re: Action Button on Outlook Actionable Adaptive card not showing in Outlook

    This was a lifesaver indeed. After trying all the possible solutions I expected this also was not going to work. But it worked. Thanks for community.

  • MMT0905 Profile Picture
    86 on at
    Re: Action Button on Outlook Actionable Adaptive card not showing in Outlook

    YES!!! That did work! What made you think to go to 1.0?  I went the other way and tried 1.5 thinking an upgrade.  I would have never thought to try 1.0, but would love to understand for future trouble shooting! 

    Thank you so much for the help!!!

  • Verified answer
    v-xiaochen-msft Profile Picture
    on at
    Re: Action Button on Outlook Actionable Adaptive card not showing in Outlook

    Hi @MT090511 ,

     

    I copied your card payload and the button did disappear.

    Then I try to change the version from 1.4 to 1.0 and the http button appeared in outlook card.

    ("version""1.4" -> "version": "1.0")

    So I guess that version 1.4 is not supported in Outlook at the moment.

    Hope it helps.

     

    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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1