How to show icon on the secondary action button on adaptive card in Microsoft Teams?
Valentina Gribkova
0
Reputation points
Following adaptive card has two actions "Submit" and "Execute", both have the same iconUrl (down arrowhead). The icon on the secondary action "Execute" does not show up. What needs to be done for it to show up?
{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"type": "AdaptiveCard",
"version": "1.5",
"body": [
{
"type": "ActionSet",
"actions": [
{
"type": "Action.Submit",
"title": "Submit",
"iconUrl":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggaWQ9IlRyaWFuZ2xlLTEtQ29weS0xMiIgZD0iTTE1LjI3LDIwLjUzbC43LjcuNy0uNyw4LThhMSwxLDAsMSwwLTEuMy0xLjVsLS4xLjEtOCw4aDEuNGwtOC04YTEsMSwwLDAsMC0xLjQsMS40aDBaIiAvPjwvc3ZnPg=="
},
{
"type": "Action.Execute",
"title": "Execute",
"mode": "secondary",
"iconUrl":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggaWQ9IlRyaWFuZ2xlLTEtQ29weS0xMiIgZD0iTTE1LjI3LDIwLjUzbC43LjcuNy0uNyw4LThhMSwxLDAsMSwwLTEuMy0xLjVsLS4xLjEtOCw4aDEuNGwtOC04YTEsMSwwLDAsMC0xLjQsMS40aDBaIiAvPjwvc3ZnPg=="
}
]
}
]
}
Microsoft Teams | Development
4,144 questions
Microsoft Teams | Microsoft Teams for business | Other
10,945 questions
Sign in to answer