Adaptive Cards in Teams Phone App posts messages on behalf of the users when the a Button on the Card is pressed

Frialde, Martin Anthony 0 Reputation points
2024-12-17T23:39:02.08+00:00

Hi,

We are currently experiencing a weird behavior when using adaptive cards via power automate. When a user clicks an action on the adaptive card on teams, a message is posted on behalf of the user without consent and is also not included in the flow. This only happens when clicking the button using a mobile device.

{ProtectedContent:MIIC3AYJKoZIhvcNAQcCoIICzTCCAskCAQExDzANBglghkgBZQMEAgEFADCCAScGCSqGSIb3DQEHAaCCARgEggEURZBLa8MwEIT/StA5KnH8inOqyQMCTQ+hOZu1tKpF5ZWRlBZT+t8rJYWeZ3b2m/lmZINWWkDQlq7OsC2bDAgcrJHo2JL5wd6MvE4SAu7ASbZVYDwumUOhJ40U3uYJ49luACI08UQ4hGDdXvsYNb/CmOSj0xAjl4szuKBp0VIYLM3/9sMIOr0/Hy+n9mV/eAZ/cxHqSdgxcdz6UYdWJM5TpGAgPsh+GZTv2D3E6EL61M7SGLGiJSvWShVNzUHKmmNeSb4pmoyLuhQiz1VZZ00CiLVSiXusD7FoB/c/XVK6HihAAvVIcZO7q+yrCmtVx6hNz4uqLHmf4ZpDLpqVyvLVKhPx4hHzN1DrZxJpwgv6yZJH9vMLMYIBhjCCAYICAQ

We have two buttons in the adaptive card that shows as

"actions": [

        {

            "type": "Action.Submit",

            "title": "Approve",

            "id": "acknowledge_submit"

        },

        {

            "type": "Action.Submit",

            "title": "Reject",

            "id": "reject_submit"

        }

    ]

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,442 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.