IBM mobile app builder does not see documents in C

2019-07-14 06:33发布

I followed the steps in this link Questions and it worked for the connection to the cloudant database.

enter image description here

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条回答
女痞
2楼-- · 2019-07-14 06:40

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.

Mobile App Builder is still experimental, so expect improvements in the future.

查看更多
登录 后发表回答