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 - Building Flows
Answered

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
I have the same question (0)
  • Verified answer
    RezaDorrani Profile Picture
    12,141 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

Responsible AI policies

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

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 659 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 386 Moderator

#3
chiaraalina Profile Picture

chiaraalina 290

Last 30 days Overall leaderboard