MicrosoftDocs / msteams-docs

Source for the Microsoft Teams developer platform documentation.
https://aka.ms/teamsdev
Creative Commons Attribution 4.0 International
282 stars 504 forks source link

Typeahead search in Adaptive Cards in Tabs #8342

Open pavelperkin opened 1 year ago

pavelperkin commented 1 year ago

I am trying to add Typeahed to my bot's tabs and it doesn't seem to work.

I've been using the same Input.ChoiceSet in the message and in the tab:

{
    "type": "Input.ChoiceSet",
    "id": "users",
    "choices": [],
    "isMultiSelect": true,
    "spacing": "small",
    "style": "filtered",
    "choices.data": {
        "type": "Data.Query",
        "dataset": "users",
        "count": 100
    }
}

It works as expected for the message, but not for the tab.

Mac OS desktop (1.6.00.4464):

It shows an error message, the backend application didn't receive any requests: image

Chrome (110.0.5481.177 )

https://teams.microsoft.com/ It shows an "Unable to show options right now" error message. The backend application didn't receive any requests. image

Network tab

Invoke request got 400 image with "Invalid JSON payload" error message image

Console

image


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ghost commented 1 year ago

Hi pavelperkin! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

sayali-MSFT commented 1 year ago

@pavelperkin - Thanks for reporting your issue. We have already raised bug for the same and concerned team is looking into it. We will inform you once we get any update.

pavelperkin commented 1 year ago

@sayali-MSFT is there any news from the concerned team? Is it something that could be fixed?