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] Turn off Adaptive Card response is sent to app confirmation for MS Teams bot app #6112

Closed
Wajeed-msft opened this issue Jun 6, 2022 · 4 comments
Labels
teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label

Comments

@Wajeed-msft
Copy link
Contributor

Copied bug from: microsoft/AdaptiveCards#7456

Details from original post:

Target Platforms

Other

SDK Version

1.3

Application Name

teams

Problem Description

when a user submits the action from the adaptive card its shows the response is sent to the app, and how to restrict it, This looks not user-friendly for the users in teams.it

Screenshots

https://user-images.githubusercontent.com/58112273/168658197-6f263ce8-cd5c-4c99-bc00-cfce0f7e6269.png

Card JSON

{
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.3",
    "body": [
        {
            "type": "TextBlock",
            "text": "code",
            "wrap": true,
            "id": "4"
        },
        {
            "type": "Input.Text",
            "placeholder": "Placeholder text",
            "id": "1"
        },
        {
            "type": "TextBlock",
            "wrap": true,
            "id": "2",
            "text": "location"
        },
        {
            "type": "Input.Text",
            "placeholder": "Placeholder text",
            "id": "3"
        },
        {
            "type": "ActionSet",
            "actions": [
                {
                    "type": "Action.Submit",
                    "title": "Action.Submit"
                }
            ]
        }
    ]
}

Sample Code Language

c#

Sample Code

No response---

Document Details

Do not edit this section.It is required for docs.microsoft.com ➟ GitHub issue linking.

@ghost
Copy link

ghost commented Jun 6, 2022

Hi Wajeed-msft! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies.

Best regards, Teams Platform

@ghost ghost added the needs-triage 🔍 label Jun 6, 2022
@ghost ghost added this to Needs triage in Teams App Development Jun 6, 2022
@ghost ghost added the teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label label Jun 6, 2022
@Prasad-MSFT
Copy link
Collaborator

Prasad-MSFT commented Jun 7, 2022

@nameissainani - This is a new feature adding submission feedback for cards action. Whenever users submit information via Action.submit or Action.Execute to your bot it will show a success indicator upon completion of the invoke call. This is ByDesign and there doesn't seem to be any way to remove it

@Prasad-MSFT
Copy link
Collaborator

We are closing the issue for now. Please feel free to reopen if required.

Teams App Development automation moved this from Needs triage to Closed Jun 8, 2022
@ghost
Copy link

ghost commented Jun 8, 2022

Tell us about your experience!

Hi Wajeed-msft! This issue is closed in our system. We would like your feedback on your experience with our support team and Platform.

Best regards,
Teams Platform

@ghost ghost locked as resolved and limited conversation to collaborators Jul 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
teams-developer-support Question related to extensibility (Bot, ME, Tab) would be marked under this label
Projects
Development

No branches or pull requests

2 participants