Search code examples
node.jsjsonbotsmicrosoft-teamsadaptive-cards

Can I show more than one button/option in teams using cards?


I am trying to put 8 options in a card but I need to scroll to get other options horizontally. Is there it possible to make it available in a single card


Solution

  • Currently you can add only 6 actions directly in an adaptive card. If you want to send more than 6 buttons here are two things you could try:

    1. Use ActionSets which would add 6 buttons in each set.In this way you can show 12 buttons in a card. Please try this out in the AdaptiveCards Designer.
    2. You could try using AdaptiveCard.ShowCard action to show few buttons on a different card shown on click of a button.

    Please let us know if you need any further assistance.