Skip to main content

Notifications

Copilot Studio - General
Suggested answer

Adaptive card Dropdowns for Typeahead search not working

(1) ShareShare
ReportReport
Posted on by 24
Adaptive card which was displaying dropdown options with Typeahead search has stopped working. I now get a error saying "Sorry, something went wrong. Error code: SystemError. Conversation ID: 371107ff-1152-4be0-82b1-88199e344073. Time (UTC): 10/17/2024 10:44:56 AM.". This is the exact same card that had been working since I raised the question a few months back here: Solved: Search (Typeahead search) option in dropdowns in Adaptive cards (powerplatform.com)

 
{
 '$schema': "http://adaptivecards.io/schemas/adaptive-card.json",
 type: "AdaptiveCard",
 version: "1.4",
 body: [
 {
 type: "TextBlock",
 text: "Please select your target Application:",
 wrap: true
 },
 {
 type: "Input.ChoiceSet",
 id: "userSelection",
 style: "filtered",
 choices: Topic.Var2
 }
 ],
 actions: [
 {
 type: "Action.Submit",
 title: "Submit"
 }
 ]
}

End users are getting errors for a solution which had worked. Would really appreciate some quick help here. 
Categories:
  • Suggested answer
    Vinoth Selvam Profile Picture
    Vinoth Selvam 1,278 on at
    Adaptive card Dropdowns for Typeahead search not working
    Hi  ,
     
    Adaptive Cards have multiple versions (e.g., 1.4 as specified in your schema). Some platforms may no longer fully support certain features in older versions or require updates to handle newer capabilities, such as filtered dropdowns. Try updating the version in the adaptive card to a newer one like "1.5" or "1.6", which may help fix any backward compatibility issues.
     
    Temporarily replace Topic.Var2 with a static array of options to isolate whether the issue is with the data source or the card structure.
     
     
    Thanks.
  • Suggested answer
    BMAUK Profile Picture
    BMAUK 24 on at
    Adaptive card Dropdowns for Typeahead search not working
    Removing the following solved:
     style: "filtered",

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,691

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 65,019

Leaderboard