Want to show data in link list on the basis of data we are getting from rest API (Native mobile)

0
Hi All, In Rest API there is one entity from which I am getting data and showing it in a page (Home page) but in the REST API, there are some other entities also, some of them are containing data but some are blank. In the Home page, I want to hide those items for which other entity having no data. Is it possible in Mendix 8.4 version (native mobile)? Its urgent, please help me out.   Thanks
asked
1 answers
0

Use xpath for that.

Something like [entity_otherentity] this checks if the association is set and will only show entity items if there is associated data in the otherentity entity.

answered