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 : yjwOWt4tq2YJWMvSgGINAB
Power Automate - Building Flows
Answered

The specified Teams flowbot adaptive card request is missing or invalid.

Like (0) ShareShare
ReportReport
Posted on 28 Jun 2019 20:41:04 by 12

Hi,

I'm trying to make a flow that will trigger when a form is submitted. It will then take information from the form and then create an Adaptive Card in Teams and post it to a channel via the Flow Bot.

When I paste my Card's code into the online card websites it box shows up and looks like it's OK. However, when the flow runs, it gives me the error that the request is missing or invalid.


Here's the flow:

flow1.jpg

 

And here's the Card code.  I've never made one of these before so it anyone sees an obvious problem, please let me know.

 

{
	"$schema": "https://adaptivecards.io/schemas/adaptive-card.json",
	"type": "AdaptiveCard",
	"version": "1.0",
	"body": [
		{
			"type": "ColumnSet",
			"columns": [
				
				{
					"width": "stretch",
					"items": [
						{
							"type": "TextBlock",
							"text": "ACED IT"
						}
					]
				}
			]
		},
		{
			"type": "ColumnSet",
			"spacing": "large",
			"separator": true,
			"columns": [
				
				{
					"width": "stretch",
					"items": [
						{
							"type": "TextBlock",
							"text": "**@{body('Get_response_details')?['FieldCodeHere']} got an Aced It!**"
						},
						
						{
							"type": "TextBlock",
							"spacing": "small",
							"isSubtle": true,
							"wrap": true,
							"text": "@{body('Get_response_details')?['FieldCodeHere']}"
						},
						{
							"type": "TextBlock",
							"spacing": "none",
							"isSubtle": true,
							"wrap": true,
							"text": "From: @{body('Get_response_details')?['FieldCodeHere']}"
						}
					]
				}
			]
		}
	]
}

 

I have the same question (0)
  • lpswaggerty Profile Picture
    2 on 10 Nov 2019 at 06:55:17
    Re: The specified Teams flowbot adaptive card request is missing or invalid.

    @v-lin-msft I have the same issue @Kelemvor has with the checkbox values giving an error for the adaptive card. Has anyone found the answer to this yet? Should I make a separate post for this?

  • Kelemvor Profile Picture
    12 on 02 Jul 2019 at 02:00:27
    Re: The specified Teams flowbot adaptive card request is missing or invalid.

    @v-lin-msft  I have a form that someone submits.  All the fields in the form are regular text entries except one that is a checkbox of selections.  If I use flow and insert any of the text boxes, everything works fine.  As soon as I tell it to use the checkbox field, it dies with a simlar error to what I had originally.  Does the checkbox form field need to go into a specific type of container?

     

    Here's a screenshot of part of my flow.

    flow.jpg

    If I replace the "Details" item with the item from the checkbox, I get an error.  Maybe I can't use Textblock and need to use something else?

     

    THe error shows "Bad Request" and then:

    {
    "error": {
    "code": "MissingOrInvalidBotAdaptiveCardRequest",
    "message": "The specified Teams flowbot adaptive card request is missing or invalid."
    }
    }
     
    Thanks!
  • v-lin-msft Profile Picture
    728 on 02 Jul 2019 at 01:38:28
    Re: The specified Teams flowbot adaptive card request is missing or invalid.

    Hi @Kelemvor,

    Annotation 2019-07-02 093651.png

    I have tested it like the screenshot shows, and it runs successfully. How about your Dynamic Content put in?

  • Kelemvor Profile Picture
    12 on 01 Jul 2019 at 15:23:59
    Re: The specified Teams flowbot adaptive card request is missing or invalid.

    @v-lin-msftOK, so one more thing.  One of the questions in my form is a checkbox where people can pick some options.  Is there any way to add that information into a card?  I tried using the Dynamic Content and adding that particular form field, but it causes the Flow to fail.  If I remove that field then the Flow works fine.

  • Kelemvor Profile Picture
    12 on 01 Jul 2019 at 14:30:15
    Re: The specified Teams flowbot adaptive card request is missing or invalid.

    OK, so I took the the one from the website and just changed the parts I needed and now it's working.  I guess there must have been a syntax problem in there somewhere.

     

    Last question I have is, is there any way to remove the thing at the bottom that says <my account> used Flow to automate this notification?

     

    Thanks!

  • Verified answer
    v-lin-msft Profile Picture
    728 on 01 Jul 2019 at 09:49:15
    Re: The specified Teams flowbot adaptive card request is missing or invalid.

    Hi @Kelemvor,

    I have tested the schema you provide on my side, it happened the same issue as you describe.

    Maybe there's something wrong with the format, I have a test run successfully by input the schema from the post, you can refer to it:

    https://adaptivecards.io/designer/Annotation 2019-07-01 170457.pngAnnotation 2019-07-01 170511.png

    Please have a try, hopes it can help you.

    Best Regards,

    Community Support Team _ Lin Tu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2