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 Platform Community / Forums / Power Automate / Flow Bot Error - Missi...
Power Automate
Unanswered

Flow Bot Error - MissingOrInvalidBotAdaptiveCardRequest

(0) ShareShare
ReportReport
Posted on by 54

Trying to use the Teams action "Post your own adaptive card as the flow bot to a channel", but keep getting an error.

{
"error": {
"code": "MissingOrInvalidBotAdaptiveCardRequest",
"message": "The specified Teams flowbot adaptive card request is missing or invalid. The tracking Id is '970399dd-5702-46bf-b16b-8b1a4b655fa3'."
}
}
 
I'm using one of the adaptive card templates from App Studio, but have tried a few different ones.  Also tried using the Post to user, but it gives me the same error.
 
flow.png
Categories:
I have the same question (0)
  • Verified answer
    RezaDorrani Profile Picture
    12,143 on at
    Re: Flow Bot Error - MissingOrInvalidBotAdaptiveCardRequest

    Hi @DaveM 

     

    Make sure the adaptive card version is 1.0

    Flow bot only supports that for now

     

    Copy your Message JSON and post it on adaptive card designer with v1.0 and check or just pick a sample from v1.0 and test

     

    here is one:

     

    {
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "type": "AdaptiveCard",
    "version": "1.0",
    "body": [
    {
    "type": "TextBlock",
    "text": "Publish Adaptive Card schema",
    "weight": "bolder",
    "size": "medium"
    },
    {
    "type": "ColumnSet",
    "columns": [
    {
    "type": "Column",
    "width": "auto",
    "items": [
    {
    "type": "Image",
    "url": "https://pbs.twimg.com/profile_images/3647943215/d7f12830b3c17a5a9e4afcc370e3a37e_400x400.jpeg",
    "size": "small",
    "style": "person"
    }
    ]
    },
    {
    "type": "Column",
    "width": "stretch",
    "items": [
    {
    "type": "TextBlock",
    "text": "Matt Hidinger",
    "weight": "bolder",
    "wrap": true
    },
    {
    "type": "TextBlock",
    "spacing": "none",
    "text": "Created {{DATE(2017-02-14T06:08:39Z, SHORT)}}",
    "isSubtle": true,
    "wrap": true
    }
    ]
    }
    ]
    },
    {
    "type": "TextBlock",
    "text": "Now that we have defined the main rules and features of the format, we need to produce a schema and publish it to GitHub. The schema will be the starting point of our reference documentation.",
    "wrap": true
    },
    {
    "type": "FactSet",
    "facts": [
    {
    "title": "Board:",
    "value": "Adaptive Card"
    },
    {
    "title": "List:",
    "value": "Backlog"
    },
    {
    "title": "Assigned to:",
    "value": "Matt Hidinger"
    },
    {
    "title": "Due date:",
    "value": "Not set"
    }
    ]
    }
    ],
    "actions": [
    {
    "type": "Action.ShowCard",
    "title": "Set due date",
    "card": {
    "type": "AdaptiveCard",
    "body": [
    {
    "type": "Input.Date",
    "id": "dueDate"
    }
    ],
    "actions": [
    {
    "type": "Action.Submit",
    "title": "OK"
    }
    ]
    }
    },
    {
    "type": "Action.ShowCard",
    "title": "Comment",
    "card": {
    "type": "AdaptiveCard",
    "body": [
    {
    "type": "Input.Text",
    "id": "comment",
    "isMultiline": true,
    "placeholder": "Enter your comment"
    }
    ],
    "actions": [
    {
    "type": "Action.Submit",
    "title": "OK"
    }
    ]
    }
    }
    ]
    }

     

    --------------------------------------------------------------------------------
    If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.

  • DaveM Profile Picture
    54 on at
    Re: Flow Bot Error - MissingOrInvalidBotAdaptiveCardRequest

    Ahh I knew it would be something simple. 

    Thanks for your help, all working now!

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
Tomac Profile Picture

Tomac 497 Moderator

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 477 Super User 2025 Season 2

#3
chiaraalina Profile Picture

chiaraalina 242

Last 30 days Overall leaderboard