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 / Assign link to each ch...
Copilot Studio
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,

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 255 Super User 2025 Season 2

#2
Romain The Low-Code Bearded Bear Profile Picture

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

#3
S-Venkadesh Profile Picture

S-Venkadesh 101 Moderator

Last 30 days Overall leaderboard