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 / 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

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

#2
Romain The Low-Code Bearded Bear Profile Picture

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

#3
S-Venkadesh Profile Picture

S-Venkadesh 93 Moderator

Last 30 days Overall leaderboard