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 / Adpative card option set.
Copilot Studio
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:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,507 Most Valuable Professional on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 133

#2
Romain The Low-Code Bearded Bear Profile Picture

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

#3
chiaraalina Profile Picture

chiaraalina 36 Super User 2026 Season 1

Last 30 days Overall leaderboard