Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How does the data get put in to json variable/map?
I've looked all over, searched forums, no luck.
Seems different from uiflow1, and can't find any docs.
Uiflow2 diagram might help.
Thanks
@xrayspex https://uiflow-micropython.readthedocs.io/en/latest/software/requests2.html
To use HTTP GET in uiflow2 for fetching JSON, use the "HTTP Request" block. Set the method to "GET" and provide the URL of the API. Then, process the response with a JSON block to parse the data.