I have trouble populating JSON which has different values for different devices in mendix page interactively
0
I am new to Mendix and just finished RAPID Developer certification.The JSON is available at api.restful-api.dev/objectsSo far I could populate the infomation using Microflow REST call providing import mapping JSON structure and display in List View on Home page but its plain. I wanted it to be interactively populate/display JSON input in Mendix where I should be able to select the Device from the list and related data values will be displayed below selected device. How to achieve it.