Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rendering] [Adaptive Card- Action.ShowCard] Action.ShowCard didn't work in "mode": "secondary" setting #8652

Closed
sherryzhao11 opened this issue Aug 11, 2023 · 1 comment
Labels
Area-Renderers Bug MSTeams-Developer-Support [DoNotDelete] Label to notify questions which needs attention from MSTeams Developer Support team.

Comments

@sherryzhao11
Copy link

Target Platforms

NodeJS

SDK Version

1.5

Application Name

MS Teams

Problem Description

Action.ShowCad button doesn't work in "secondary" mode.

showcard.button.mov

Screenshots

No response

Card JSON

{
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.5",
    "body": [
        {
            "type": "ActionSet",
            "actions": [
                {
                    "type": "Action.ShowCard",
                    "title": "Action.ShowCard",
                    "card": {
                        "type": "AdaptiveCard"
                    }
                },
                {
                    "type": "Action.ShowCard",
                    "title": "Action.ShowCard",
                    "card": {
                        "type": "AdaptiveCard"
                    },
                    "mode": "secondary"
                },
                {
                    "type": "Action.ShowCard",
                    "title": "Action.ShowCard",
                    "card": {
                        "type": "AdaptiveCard"
                    },
                    "mode": "secondary"
                }
            ]
        }
    ]
}

Sample Code Language

No response

Sample Code

No response

@sherryzhao11 sherryzhao11 changed the title [Rendering] [Adaptive Card- Action.ShowCard] Action.SHowCard didn't work in "mode": "secondary" setting [Rendering] [Adaptive Card- Action.ShowCard] Action.ShowCard didn't work in "mode": "secondary" setting Aug 11, 2023
@jwoo-msft jwoo-msft added Partner-MsftTeams Issues related to AC integration with Microsoft Teams partner MSTeams-Developer-Support [DoNotDelete] Label to notify questions which needs attention from MSTeams Developer Support team. and removed Partner-MsftTeams Issues related to AC integration with Microsoft Teams partner labels Aug 21, 2023
@Wajeed-msft
Copy link

This issue has been copied over to Microsoft Teams repo here: MicrosoftDocs/msteams-docs#9287

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Renderers Bug MSTeams-Developer-Support [DoNotDelete] Label to notify questions which needs attention from MSTeams Developer Support team.
Projects
None yet
Development

No branches or pull requests

3 participants