Consume REST API with Nested JSON

0
Hi, I want to use Map in Mendix where my lat and long will be coming from one domain model and title from another. Data is coming from the REST API and in a nested JSON format and after doing the import mapping it is creating something like this:  So I want to use Lat/long from below box and SubjectId from upper box. Kindly suggest some way.
asked
1 answers
0

You could always start with the bottom object in your application, then follow the many to 1 to get the SubjectId as that will be unique going that way.

answered