Im using Local collection in combination with cds for saving my data because of offline mode.
Saving works like a charm. Even my toggle values are getting saved.
But loading Data from gallery.selected record (is binded with local collection) into my viewform this happens:
The preview in my IDE shows the Value of the record
This is the View when I execute (f5) my app (same running on my mobile phone)
Im saving and loading the Data with SaveData & LoadData since I dont want to save the informations individually.