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 / Use logos as Submit bu...
Copilot Studio
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

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!

Leaderboard > Copilot Studio

#1
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 130 Super User 2026 Season 1

#2
Valantis Profile Picture

Valantis 122

#3
chiaraalina Profile Picture

chiaraalina 33 Super User 2026 Season 1

Last 30 days Overall leaderboard