Hi expert, new to APP INVENTOR
I am trying to filter a result from a web search with below URL
https://world.openfoodfacts.org/api/v2/search?code=%207622210607300%20&fields=product_name
The result like this:
{"count":1,"page":1,"page_count":1,"page_size":24,"products":[{"product_name":"Oreo"}],"skip":0}
May I know in APP INVENTOR, how can I select the result "Oreo" and display on a label?
Appreciate any experts can help, thanks