You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
How its rendering in AdaptiveCard designer:
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
The text was updated successfully, but these errors were encountered:
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](https://private-user-images.githubusercontent.com/97089976/253241988-016838b4-0df2-4066-85cd-1c79a80393c3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzc5MDE3MTIsIm5iZiI6MTczNzkwMTQxMiwicGF0aCI6Ii85NzA4OTk3Ni8yNTMyNDE5ODgtMDE2ODM4YjQtMGRmMi00MDY2LTg1Y2QtMWM3OWE4MDM5M2MzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAxMjYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMTI2VDE0MjMzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNhOWE4MmIwNDE1ZWRlYThjZThhMmEzYTBlZTQyNDNmNWZhYmMzNzliMjdjMmE5NDVhMTc0NDYyYTg0NzFiM2EmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BbWzW8gG85c287IUgFQoBBDLFVi5s-6vUkFE3HWSw7c)
How its rendering in AdaptiveCard designer:
![image](https://private-user-images.githubusercontent.com/97089976/253242246-ef824139-9410-4cfc-9dd4-c2af056f3988.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzc5MDE3MTIsIm5iZiI6MTczNzkwMTQxMiwicGF0aCI6Ii85NzA4OTk3Ni8yNTMyNDIyNDYtZWY4MjQxMzktOTQxMC00Y2ZjLTlkZDQtYzJhZjA1NmYzOTg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAxMjYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMTI2VDE0MjMzMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY5ODcwYjAwYTk5ODI5OGQ2MzJlNGY5MzczYzFmZDYwMWJjYjE1MDk4NzQ2N2IxOGVjNTllODlhYTE5ODMwYTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UlrV54gSBQFmDcpt5R4JnEKEpzOEI8C_YGom0d-3LU0)
Card JSON
Sample Code Language
No response
Sample Code
No response
The text was updated successfully, but these errors were encountered: