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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / How-to create a vertic...
Copilot Studio
Unanswered

How-to create a vertical list of quick replies for users

(2) ShareShare
ReportReport
Posted on by

Hello everyone,

 

A recurring ask in PVA is to be able to create a vertical list of quick reply instead of the horizontal list.

 

If you create a regular quick reply list with many values, you will get a scrollbar like this:

remidyon_0-1698845106226.png

This is not ideal as you can't really see all the options unless you scroll all the way. The workaround is to create a simple JSON payload in an adaptive card:

 

 

 

{
 "type": "AdaptiveCard",
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
 "version": "1.5",
 "body": [
 {
 "type": "Container",
 "items": [
 {
 "type": "ActionSet",
 "actions": [
 {
 "type": "Action.Submit",
 "title": "Customer Support",
 "data": "Customer Support"
 },
 {
 "type": "Action.Submit",
 "title": "Knowledge Base",
 "data": "Knowledge Base"
 },
 {
 "type": "Action.Submit",
 "title": "FAQ",
 "data": "FAQ"
 },
 {
 "type": "Action.Submit",
 "title": "Store Hours",
 "data": "Store Hours"
 }
 ]
 }
 ]
 }
 ]
}

 

 

 

 

which will generate a list of links like this (much easier to read / use):

remidyon_1-1698845317016.png

 

 

I have the same question (0)
  • HenryJammes Profile Picture
    on at

    If you'd like the options to be stacked vertically in Teams as well, I suggest you have one option per container, i.e., like this:

     

    {
     "type": "AdaptiveCard",
     "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
     "version": "1.3",
     "body": [
     {
     "type": "Container",
     "items": [
     {
     "type": "ActionSet",
     "actions": [
     {
     "type": "Action.Submit",
     "title": "Option 1",
     "data": "Option 1"
     }
     ]
     }
     ]
     },
     {
     "type": "Container",
     "items": [
     {
     "type": "ActionSet",
     "actions": [
     {
     "type": "Action.Submit",
     "title": "Option 2",
     "data": "Option 2"
     }
     ]
     }
     ]
     } 
     ]
    }

     

  • vip01 Profile Picture
    52 on at

    Please also guide on how to transfer chat to Microsoft teams 

  • vip01 Profile Picture
    52 on at

    please also guide me on how to transfer chat to a person in Microsoft teams

  • wswitzer Profile Picture
    74 on at

    When i try to json from the original poster and I click the button it does not output any text as in a quick reply. Am I missing something?

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Copilot Studio

#1
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 265 Super User 2025 Season 2

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 257 Super User 2025 Season 2

#3
Sam_Fawzi Profile Picture

Sam_Fawzi 84 Super User 2025 Season 2

Last 30 days Overall leaderboard