Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Copilot Studio - General
Unanswered

Adaptive card have multiple option once user select one option it should grayed out another option.

(0) ShareShare
ReportReport
Posted on by 11

Hi Team,

 

 we need support on adaptive card. We have developed adaptive card where we have given 3option for user to select. So once user selects one option, we want to gray out other options. Even though once user selects any option flow is getting trigger and he is getting result, but if he scrolls up and select another option it is also getting selected. 

 

for more info please check below image

amit_05_0-1698986399792.png

Here I have selected web option, for which my flow got trigger....But still User is able to select other option as well. I need help to disable other option, once user select one option.

I am attaching my adaptive card flow code for reference.

{
"type": "AdaptiveCard",
"version": "1.5",
"body": [
{
"type": "Container",
"style": "default",
"items": [
{
"type": "TextBlock",
"text": "Please select the below one category for which you need help?",
"weight": "Bolder",
"size": "Medium",
"wrap": true,
"spacing": "Medium",
"horizontalAlignment": "Left",
"style": "default",
"fontType": "Default"
}
]
},
{
"type": "Container",
"style": "default",
"items": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"width": 33,
"systle": "default",
"separator": true,
"items": [
{
"type": "Image",
"url": "Internal.jpg",
"size": "Small",
"width": "80px",
"height": "80px",
"horizontalAlignment": "Center"
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Internal",
"wrap": true,
"data": {
"choice": "Internal"
},
"role": "Button"
}
]
}
]
},
{
"type": "Column",
"width": 33,
"systle": "default",
"separator": true,
"items": [
{
"type": "Image",
"url": "Web.png",
"size": "Medium",
"width": "80px",
"height": "80px",
"horizontalAlignment": "Center"
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Web",
"data": {
"choice": "Web"
},
"role": "Button"
}
]
}
]
},
{
"type": "Column",
"width": 33,
"systle": "default",
"separator": true,
"items": [
{
"type": "Image",
"url": "AIGPT1.png",
"size": "Medium",
"width": "80px",
"height": "80px",
"horizontalAlignment": "Center"
},
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Assist Bot",
"data": {
"choice": "Assistance"
},
"role": "Button"
}
]
}
]
}
]
}
],
"backgroundImage": {
"horizontalAlignment": "Center"
},
"selectAction": {
"type": "Action.ToggleVisibility"
}
},
{
"type": "Container",
"style": "default",
"items": [
{
"type": "TextBlock",
"text": "Use it ",
"weight": "Bolder",
"size": "Small",
"wrap": true,
"fontType": "Default"
}
]
},
{
"type": "Container",
"style": "default",
"items": [
{
"type": "TextBlock",
"text": "Please be aware that each individual is entirely responsible for adhering to confidentiality and compliance requirements",
"weight": "Bolder",
"size": "Small",
"wrap": true,
"fontType": "Default"
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json"
}

Categories:
  • HenryJammes Profile Picture
    on at
    Re: Adaptive card have multiple option once user select one option it should grayed out another option.

    For now there is no ETA for this, but we use feature requests to influence our roadmap and prioritize items.

  • amit_05 Profile Picture
    11 on at
    Re: Adaptive card have multiple option once user select one option it should grayed out another option.

    Hi @HenryJammes 

     

    I have filled the feature request form. Can I know by when this feature would be available or Any Beta version?

    Thanks for your quick support.

     

  • HenryJammes Profile Picture
    on at
    Re: Adaptive card have multiple option once user select one option it should grayed out another option.

    Hi @amit_05,

     

    This isn't possible today.

    Can you help us prioritize this feature request by submitting it here?

    https://aka.ms/PVAFeatureRequest along with details on the use case / scenario?

     

    Thank you.

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

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

Leaderboard >