Not geting data from API in list view (Native mobile)

0
Hi, I am using one API for getting data. In that API, there is one root inside which there is one object (object 1) and inside that there is one array. I want those data. So, I have created one domain model (it is non persistable). And put one data view (for object 1) and inside that putting one list view for that array. but I am not getting 0 data.   Please let me know how to do that. It’s urgent. Thanks, Trishla
asked
1 answers
1

Most of the time when you expect to see data and you do not see it then security is the reason why. So double check what user role you have and the access rights of that entity.

Otherwise debug locally and set a breakpoint on the API retrieve to see if you indeed get data.

Regards,

Ronald

 

answered