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 / Ask with adaptive card...
Copilot Studio
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,

Categories:
I have the same question (0)

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
Michael E. Gernaey Profile Picture

Michael E. Gernaey 251 Super User 2025 Season 2

#2
Romain The Low-Code Bearded Bear Profile Picture

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

#3
S-Venkadesh Profile Picture

S-Venkadesh 93 Moderator

Last 30 days Overall leaderboard