Jici
2
Seem API return a dictionnaries of data, something that Bubble doesn’t handle actually. This is not a bug.
You can already search some topics on the forum about that. Option you have is to use another tools or create your own plugins (with server side action) to fetch and transform data.
Or you use detect header + continue if error and you use regex with raw body. (or you just detect as text instead of JSON)