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.