I have a custom entity called Bikes which includes a Text field called Long description. The length property on the field is set to 4000 and it is my understanding that the CDS stores this as a Memo type field in the DB. I created a Power App that has multiple pages. On the Bike details page I have a form that is displaying several fields from the Bikes entity. However, the Long description field does not display any data. I have tried using a custom card with both an HTML and a rich text field, but still the data does not display. Attached are some screen shots of the field in the CDS and the Form on the PowerApp.
Long description field on the CDS entity Bikes
Long description data card on the Details form