0
votes

Microsoft Teams Bot - Adaptive card not displaying in android mobile app, it works fine in desktop app, json as below, also other card for list of records works, is that something to with empty text columns? Checked with 'adaptivecards.io' not issues reported.

JSON added here https://jsfiddle.net/yaorm2en/


enter image description here

1
Which version of adaptive card are you using? Please check with 1.2. can you please post your actual adaptive card json here so we can try it.Abhijit
Just had a quick glance now, but that json doesn't look right. It's -valid- json, but I don't think you're supposed to have two "items" like that, so it might not be valid "adaptive card" jsonHilton Giesenow
@Abhijit-MSFT Nuget 2.4.0Kiran Bhadani
@HiltonGiesenow I have seen different card with same structure workingKiran Bhadani
@Abhijit-MSFT Json added - see link to JSFiddle on descriptionKiran Bhadani

1 Answers

0
votes

I am able to solve it, problem is null values in data, it does not produce json "text" property, replacing null values with empty string works