IBM mobile app builder does not see documents in Cloudant database, why?
问题 I followed the steps in this link Questions and it worked for the connection to the cloudant database. But the " Mobile App Builder " says: there are no documents, but there are over 2000 documents. What is wrong with my configuration? Regards, Thomas 回答1: Mobile App Builder does not support nested objects at the time. The documents in your database contain one nested object. At this time, you could put all the fields in the first level of JSON (date, time, image, etc.), and it should work.