web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Adaptive card Dropdown...
Copilot Studio
Suggested Answer

Adaptive card Dropdowns for Typeahead search not working

(1) ShareShare
ReportReport
Posted on by 28
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:
I have the same question (0)
  • Suggested answer
    BMAUK Profile Picture
    28 on at
    Removing the following solved:
     style: "filtered",
  • Suggested answer
    Vinoth Selvam Profile Picture
    1,592 Super User 2025 Season 1 on at
    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.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 271

#2
Vish WR Profile Picture

Vish WR 167

#3
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 153 Super User 2026 Season 1

Last 30 days Overall leaderboard