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 / Search (Typeahead sear...
Copilot Studio
Answered

Search (Typeahead search) option in dropdowns in Adaptive cards

(0) ShareShare
ReportReport
Posted on by 92

Hi,

How do I implement search (Typeahead search) option in my adaptive card with dropdowns as Copilot studio does not allow 'Choices.data':

Viswav_0-1715692876602.png


My adaptive card without typeahead search:

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


@remidyon @adilei 
Thanks 

Categories:
I have the same question (0)
  • Verified answer
    BhaskarDhone Profile Picture
    1,398 Super User 2026 Season 1 on at

    Try this, it should work

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

     

  • Viswav Profile Picture
    92 on at

    Thank you so much! Works like a charm.

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 291

#2
Vish WR Profile Picture

Vish WR 175

#3
Romain The Low-Code Bearded Bear Profile Picture

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

Last 30 days Overall leaderboard