Skip to main content
Community site session details

Community site session details

Session Id :
Copilot Studio - General
Unanswered

Assign link to each choice on the Message Adaptive Card (dropdown)

(0) ShareShare
ReportReport
Posted on by

Hello everyone,

I am working on a project that involves using Adaptive Cards. I need to assign a specific link to each choice in a dropdown menu within an Adaptive Card. Below is the code for the Adaptive Card:

{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.5",
"body": [
{
"type": "Input.ChoiceSet",
"id": "category",
"label": "Explore the categories",
"placeholder": "Select...",
"choices": [
{
"title": "Beauty and SPA",
"value": "Beauty and SPA"
},
{
"title": "Fashion",
"value": "Fashion"
},
{
"title": "Hotels and Tourism",
"value": "Hotels and Tourism"
},
{
"title": "Others",
"value": "Others"
},
{
"title": "Shipping and Cargo",
"value": "Shipping and Cargo"
},
{
"title": "Sports and Entertainment",
"value": "Sports and Entertainment"
}
]
}
],
"actions": [
{
"type": "Action.OpenUrl",
"title": "View Offers",
"url": "https://www.google.com/"
}
]
}

 

Has anyone implemented a similar feature? If so, could you share your approach 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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June 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 > Copilot Studio

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 169 Super User 2025 Season 1

#2
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 150

#3
sandeep_angara Profile Picture

sandeep_angara 75