'Microsoft Teams Bot Adaptive card not rendering in mobile app (android)

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



Solution 1:[1]

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

Solution 2:[2]

I found the answer. If the Action.OpenURL does not contain a valid link, the Teams mobile app will not show the whole adaptive card, but the desktop app will.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kiran Bhadani
Solution 2 Daniel