How to show icon on the secondary action button on adaptive card in Microsoft Teams?

Valentina Gribkova 0 Reputation points
2024-11-07T07:52:46.58+00:00

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?
card

{
  "$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
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,326 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,345 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.