Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Copilot Studio - General
Unanswered

Adpative card option set.

(0) ShareShare
ReportReport
Posted on by 71

I want to display list of multiple options in adaptive card with padding. I am not sure how can I approach this. example mentioned in screen shot I want to display something like that. Please tell me how can I approach this problem. 

furqanmajeed_0-1664391886938.png

 

 

Categories:
  • Expiscornovus Profile Picture
    31,709 Most Valuable Professional on at
    Re: Adpative card option set.

    Hi @furqanmajeed,

     

    Just to double check. Are you looking for a choice set where the input is processed? Or is this more a button/navigation type of thing you are looking for?

     

    For the first option I don't think you can render it like that. The closest thing I found was the multi-select expanded style:

    {
     "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
     "type": "AdaptiveCard",
     "version": "1.5",
     "body": [
     {
     "type": "Input.ChoiceSet",
     "id": "requiredMultiselectId",
     "style": "expanded",
     "isMultiSelect": true,
     "label": "Required Input.ChoiceSet label (expanded, multiselect)",
     "isRequired": true,
     "errorMessage": "This is a required input",
     "choices": [
     {
     "title": "Scheduling Information",
     "value": "1"
     },
     {
     "title": "Billing & Payments",
     "value": "2"
     },
     {
     "title": "Manage Account Settings",
     "value": "3"
     },
     {
     "title": "Add or Change Service",
     "value": "4"
     },
     {
     "title": "Login Assistence",
     "value": "5"
     },
     {
     "title": "Something Else",
     "value": "6"
     }
     ]
     }
     ]
    }

     

    If you are talking about buttons I would suggest to have a look at the examples on the Action.Submit page:

    https://adaptivecards.io/explorer/Action.Submit.html

     

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Copilot Studio - General

#1
Pablo Roldan Profile Picture

Pablo Roldan 25

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 23

#3
stampcoin Profile Picture

stampcoin 10

Overall leaderboard