I have a DetailForm whose DataSource is a Collection (which in term is collected from a DataSource).
In it, I want to display three fields: Title, Price and Description. However, only the first two show up.
For the Description DataCard, I have set both DataField and DisplayName to "Description", but nothing appears there when running the app. And in the preview screen, rather than displaying a title and a value, it says "Add an item from the Insert tab".
What am I missing?