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

Announcements

News and Announcements icon
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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 796

#2
Vish WR Profile Picture

Vish WR 335

#3
Haque Profile Picture

Haque 278

Last 30 days Overall leaderboard