Adaptive Cards in Teams Phone App posts messages on behalf of the users when the a Button on the Card is pressed
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"
}
]