Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Copilot Studio - General
Unanswered

Use logos as Submit buttons in adaptive cards

(0) ShareShare
ReportReport
Posted on by 92

I'm trying to use logos from my Azure storage to be used to go the next step but copilot studio throws an error saying "unable to parse the output"

Adaptive card:

{
 "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
 "type": "AdaptiveCard",
 "version": "1.5",
 "body": [
 {
 "type": "TextBlock",
 "text": "What would you like to do today?",
 "wrap": true,
 "weight": "Bolder",
 "size": "Medium",
 "horizontalAlignment": "center"
 },
 {
 "type": "ColumnSet",
 "columns": [
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "Image",
 "url": "https://my url 1",
 "size": "Medium",
 "altText": "Automation Logo",
 "selectAction": {
 "type": "Action.Submit",
 "title": "Automation",
 "id": "submitAutomation",
 "data": {
 "choice": "automation"
 }
 }
 }
 ],
 "horizontalAlignment": "center"
 },
 {
 "type": "Column",
 "width": "stretch",
 "items": [
 {
 "type": "Image",
 "url": "https://my url 2",
 "size": "Medium",
 "altText": "Learning",
 "selectAction": {
 "type": "Action.Submit",
 "title": "Learning",
 "id": "submitLearning",
 "data": {
 "choice": "learning"
 }
 }
 }
 ],
 "horizontalAlignment": "center"
 }
 ]
 }
 ]
}

I wanted the output of User's choice to be stored in the variable 'choice'

Thanks for your help

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Copilot Studio - General

#1
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 25

#1
Pablo Roldan Profile Picture

Pablo Roldan 25

#3
stampcoin Profile Picture

stampcoin 10

Overall leaderboard