Share via

Copilot studio web show only 3 quick replies

Mattanapol Konguthaikul (TH) 25 Reputation points
2026-04-01T10:07:39.62+00:00

Hi

I create some flows in copilot studio that contain quick replies, they are all working ok in the test session, but when deploy to use in the copilot web, the quick replies show only 3 record. Please see the screenshots.

This is the screenshot from copilot web, it has only 3 quick replies.User's image

This is from test session, can show more than 3.

User's image

Please suggest how to configure to fix the issue, or if it's platform limitation, then what approach should we do to archive the same behavior.

Thank you in advance.

Microsoft Copilot | Microsoft 365 Copilot | Development

1 answer

Sort by: Most helpful
  1. Ashlesha Pawar (Tata Consultancy Services Limited) 75 Reputation points Microsoft External Staff
    2026-04-06T06:53:47.82+00:00

    Mattanapol Konguthaikul (TH)

    1. Use carousel cards (Adaptive Cards) for more options Instead of relying only on quick replies, you can send a message with multiple cards in a carousel format. Each card can represent an option with a button (Action.Submit). This allows you to display many choices in a scrollable layout without cluttering the UI.

    2. Use a “Show more options” pattern Keep your first message with 2–3 key quick replies and add one like “More options.” When the user selects it, trigger another message with the next set of options (either more quick replies or a carousel). This helps organize choices in steps.

    3. Allow free text input alongside options Quick replies do not block user input. You can guide users by adding a prompt like: “You can select an option below or type your own question.” In your topic, use an “Ask a question” node and allow open text input so users are not restricted to buttons.

    Recommended approach: Combine all three:

    • Start with 3 quick replies + “More options”
    • Use carousel cards for extended choices
    • Always allow users to type freely for flexibility

    This way, you work within the platform limitation while still delivering a smooth and scalable experience.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.