I\'m trying to filter a JSON url results using App Inventor 2, following sample codes from here1 and here2, but I still cannot get it done right. I only get one result at a time
well, your blocks look a little bit strange...
you have a complex list of lists, just use Do it to find out, how it looks like after each step of using lookup in pairs
...
It helps to follow the already provided links:
In the example blocks below I looked for the first
and displayed the value of tag aDate
in Label1
like this
you might want to loop through the different
s using a for each in list
loop....