Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Copilot Studio - General
Unanswered

Ask with adaptive card as dropdown

(0) ShareShare
ReportReport
Posted on by

Hello everyone,

I am working on a project that involves using Adaptive Cards. I've encountered an issue where dropdown menus persist and trigger each time a user opens any topic in the project if the user does not click on the Submit button. However, if the user clicks and submits the card, it does not reappear. We want to stop the card from persisting even if the user does not click on the submit button.

Here is the code for the Adaptive Card:

{
  "type": "AdaptiveCard",
  "version": "1.5",
  "body": [
    {
      "type": "Input.ChoiceSet",
      "id": "directory",
      "label": "Select Directory",
      "placeholder": "Select...",

      "choices": [
        {
          "title": "CPO",
          "value": "CPO"
        },
        {
          "title": "CEO",
          "value": "CEO"
        },
        {
          "title": "CFO",
          "value": "CFO"
        },
        {
          "title": "COO",
          "value": "COO"
        },
        {
          "title": "CCO",
          "value": "CCO"
        },
        {
          "title": "Higher Education",
          "value": "Higher Education"
        }
      ]
    }
  ],
  "actions": [
    {
      "type": "Action.Submit",
      "title": "View Directory",
      "data": {
        "x": "viewDirectory"
      }
    }
  ]
}
 

Has anyone faced a similar issue? If so, could you share your approach to resolving it or provide any resources or examples?

Thank you for your assistance!

 

Best regards,

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 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…

Leaderboard > Copilot Studio - General

#1
Pablo Roldan Profile Picture

Pablo Roldan 49

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 40

#3
stampcoin Profile Picture

stampcoin 10

Overall leaderboard