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] FactSet in AdaptiveCard renders incorrect #8614

Open
IAmDenysSamoilenko opened this issue Jul 13, 2023 · 0 comments
Open

[Rendering] FactSet in AdaptiveCard renders incorrect #8614

IAmDenysSamoilenko opened this issue Jul 13, 2023 · 0 comments

Comments

@IAmDenysSamoilenko
Copy link

IAmDenysSamoilenko commented Jul 13, 2023

Target Platforms

Other

SDK Version

1.0

Application Name

Microsoft Teams

Problem Description

During posting a message with AdaptiveCard in MicrosoftTeams (using my bot), FactSet element is rendering as a table with visible borders.
If I'll post the same AdaptiveCard using Power Automate - everything will be fine.

Screenshots

Current behaviour:
image

How its rendering in AdaptiveCard designer:
image

Card JSON

{
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.0",
    "body":
    [
        {
            "type": "FactSet",
            "separator": true,
            "facts":
            [
                {
                    "title": "Site:",
                    "value": "New York (Demo)"
                },
                {
                    "title": "Start Date:",
                    "value": "03/03/2015 ( 8 years, 4 months and 11 days )"
                }
            ]
        }
    ]
}

Sample Code Language

No response

Sample Code

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant