How to use HTTP GET in uiflow2 for simple json fetch
-
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
-
-
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.