Selecting a choice in the typeahead search in Input.ChoiceSet results in an error.

green 76 Reputation points
2023-08-03T01:56:29.3466667+00:00
  • Teams: 1.6.00.18681 (64 bits)
  • Platform: Windows and Web

Selecting a choice in Input.ChoiceSet with typeahead search results in an error.

And we can't send a choice.

Until yesterday, there was no error.

We use this feature in our chatbot.

Please fix this.

User's image

my adaptive card:

{
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.4",
  "msteams": {
    "width": "Full"
  },
  "type": "AdaptiveCard",
  "body": [
    {
      "type": "Input.ChoiceSet",
      "style": "filtered",
      "id": "id1",
      "isRequired": true,
      "errorMessage": "not selected.",
      "isMultiSelect": false,
      "choices.data": {
        "type": "Data.Query",
        "dataset": "dataset"
      }
    },
    {
      "type": "ActionSet",
      "actions": [
        {
          "type": "Action.Execute",
          "title": "Send"
        }
      ]
    }
  ]
}
Microsoft Teams | Development
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-08-28T06:41:30.82+00:00

    It looks like you are facing the same issue as mentioned here https://github.com/OfficeDev/Microsoft-Teams-Samples/issues/868.

    Please follow above thread for further updates, thank you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.